1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 04:11:05 +00:00
Files
privacyguides.org/_sass/bootstrap/mixins/_clearfix.scss
2020-04-28 16:09:22 -05:00

8 lines
93 B
SCSS
Executable File

@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}