mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-21 17:35:47 +08:00
Add initial docs
This commit is contained in:
committed by
Patrik Svensson
parent
decb887b0a
commit
f1912b1d44
7
docs/input/assets/bootstrap/mixins/_lists.scss
Normal file
7
docs/input/assets/bootstrap/mixins/_lists.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
// Lists
|
||||
|
||||
// Unstyled keeps list items block level, just removes default browser padding and list-style
|
||||
@mixin list-unstyled() {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
Reference in New Issue
Block a user