kiez-en-francais/themes/portio/assets/bootstrap-4.5.2/scss/mixins/_lists.scss
Denys Konovalov 01c6b8cf06 website
2022-06-22 21:28:26 +02:00

8 lines
170 B
SCSS

// Lists
// Unstyled keeps list items block level, just removes default browser padding and list-style
@mixin list-unstyled() {
padding-left: 0;
list-style: none;
}