Files
forzaapk/magiptv/vendor/bootstrap/scss/mixins/_clearfix.scss
mstfyldz 7f6b5d9cef magiptv
2026-02-16 18:44:34 +03:00

8 lines
93 B
SCSS

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