Inventory-Management-System/staticfiles/vendor/bootstrap/scss/mixins/_clearfix.scss
2023-11-18 21:54:49 +07:00

8 lines
93 B
SCSS

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