rfid/themes/hugo-whisper-theme/assets/scss/bootstrap/mixins/_clearfix.scss
2021-10-01 14:32:43 +02:00

7 lines
93 B
SCSS
Executable file

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