mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
框架重构
清除多余的业务
This commit is contained in:
7
WebFirst/wwwroot/vendors/bootstrap/scss/mixins/_clearfix.scss
vendored
Normal file
7
WebFirst/wwwroot/vendors/bootstrap/scss/mixins/_clearfix.scss
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
@mixin clearfix() {
|
||||
&::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user