mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-18 04:58:05 +00:00
Move Code into repo
This commit is contained in:
7
app/static/bootstrap-4.2.1/scss/mixins/_clearfix.scss
vendored
Normal file
7
app/static/bootstrap-4.2.1/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