mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-02-24 09:00:05 -05:00
8 lines
93 B
SCSS
Executable File
8 lines
93 B
SCSS
Executable File
@mixin clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|