Files
AdminLTE/bower_components/bootstrap/scss/mixins/_clearfix.scss
Abdullah Almsaeed 545a862c1d Dev setup
2016-01-16 11:27:23 -05:00

8 lines
93 B
SCSS

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