hugo-whisper-theme/assets/scss/bootstrap/mixins/_clearfix.scss
2019-02-17 16:55:16 +10:00

7 lines
93 B
SCSS
Executable file

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