mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
8 lines
93 B
SCSS
8 lines
93 B
SCSS
|
|
@mixin clearfix() {
|
||
|
|
&::after {
|
||
|
|
display: block;
|
||
|
|
clear: both;
|
||
|
|
content: "";
|
||
|
|
}
|
||
|
|
}
|