Files
unity/resources/sass/admin/components/bootstrap4/mixins/_clearfix.scss
T
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +08:00

8 lines
93 B
SCSS
Vendored

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