NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/MaterialDashboard/scss/material-dashboard/bootstrap/mixins/_clearfix.scss
2026-01-20 07:44:30 +08:00

10 lines
147 B
SCSS

// scss-docs-start clearfix
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}
// scss-docs-end clearfix