patashala/style/cms/bower_components/bootstrap/scss/mixins/_clearfix.scss
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

8 lines
93 B
SCSS
Executable File

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