Files
vision/public/vendor/bootstrap/scss/mixins/_clearfix.scss
Xbird 9f22f5b1ee V-Beta-1.0.0
Vision is out of alpha !
2022-02-02 17:46:29 +01:00

8 lines
93 B
SCSS

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