3x-ui/web/saeed/vendor/bootstrap/scss/mixins/_clearfix.scss
MasoudKhz 4ece716f8d p1
2023-07-03 10:01:08 +03:30

7 lines
93 B
SCSS

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