mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-24 06:24:21 -04:00
7 lines
93 B
SCSS
7 lines
93 B
SCSS
@mixin clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|