1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/web/static/lib/bootstrap/scss/mixins/_clearfix.scss
2024-12-10 09:04:09 +07:00

10 lines
147 B
SCSS

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