mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-28 08:00:14 -05:00
migrated to ASP.Net Core
This commit is contained in:
7
Webfront/bower_components/bootstrap/scss/mixins/_clearfix.scss
vendored
Normal file
7
Webfront/bower_components/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