selfprivacy.org/_vendor/github.com/twbs/bootstrap/scss/mixins/_lists.scss

8 lines
168 B
SCSS
Raw Normal View History

2024-04-21 23:04:16 +00:00
// Lists
// Unstyled keeps list items block level, just removes default browser padding and list-style
2024-04-25 22:15:39 +00:00
@mixin list-unstyled {
2024-04-21 23:04:16 +00:00
padding-left: 0;
list-style: none;
}