2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00
Files
bootstrap/scss/mixins/_clearfix.scss
T
2015-08-24 13:22:10 -04:00

8 lines
93 B
SCSS

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