]> git.ipfire.org Git - ipfire.org.git/blame - static/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_lists.scss
.gitignore: Add .vscode
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _lists.scss
CommitLineData
91e44d91
S
1// Lists
2
3// Unstyled keeps list items block level, just removes default browser padding and list-style
4@mixin list-unstyled {
5 padding-left: 0;
6 list-style: none;
7}