mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Add initial docs
This commit is contained in:

committed by
Patrik Svensson

parent
decb887b0a
commit
f1912b1d44
7
docs/input/assets/bootstrap/mixins/_clearfix.scss
Normal file
7
docs/input/assets/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