UNPKG

184 BSCSSView Raw
1@import "variables";
2
3@each $name, $value in $floats {
4 .float\:#{$name} {
5 float: $value;
6 }
7}
8
9.clearfix::after {
10 content: "";
11 display: table;
12 clear: both;
13}