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

8 lines
93 B
SCSS

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