kiez-en-francais/themes/portio/assets/bootstrap-4.5.2/scss/mixins/_lists.scss

8 lines
170 B
SCSS
Raw Normal View History

2022-06-22 21:28:26 +02:00
// Lists
// Unstyled keeps list items block level, just removes default browser padding and list-style
@mixin list-unstyled() {
padding-left: 0;
list-style: none;
}