dirview/assets/style/mixins.less

10 lines
136 B
Plaintext

.clearfix() {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
}