barebones/assets/styles/base/_lists.scss
2019-01-08 11:10:57 +00:00

16 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;
}