UNPKG

93 BSCSSView Raw
1@mixin clearfix() {
2 &::after {
3 display: block;
4 clear: both;
5 content: "";
6 }
7}