barebones/assets/styles/base/_lists.scss

17 lines
172 B
SCSS
Executable File

ul,
ol {
margin-left: $base-spacing-unit;
}
li {
> ul,
> ol {
margin-bottom: 0;
}
}
.list--unstyled {
margin-left: 0;
list-style: none;
}