Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 20:09:19 +08:00
v3-admin-vite/src/styles/mixins.scss

8 lines
90 B
SCSS

@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}