Files
herbarium/node_modules/bootstrap/scss/mixins/_lists.scss
Matis MAZINGUE e5d265cc98 post
2024-06-07 15:26:54 +02:00

8 lines
168 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;
}