Files
App Generator 40a4fe974f Codebase Update
2023-06-06 11:03:31 +03:00

8 lines
93 B
SCSS

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