mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-23 05:30:39 -05:00
migrated to ASP.Net Core
This commit is contained in:
7
Webfront/Content/bootstrap/mixins/_clearfix.scss
Normal file
7
Webfront/Content/bootstrap/mixins/_clearfix.scss
Normal file
@ -0,0 +1,7 @@
|
||||
@mixin clearfix() {
|
||||
&::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user