Files
MoonPro.net/MP-Tablet/Content/bootstrap/mixins/_clearfix.scss
T
2018-03-13 16:37:28 +01:00

8 lines
93 B
SCSS

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