/looplab/scss/bootstrap/mixins/_lists.scss
https://bitbucket.org/Trulsh/personal-bootstrap-projects · Sass · 7 lines · 4 code · 1 blank · 2 comment · 0 complexity · c7e34a356a8616f3ad20b7bf88c93854 MD5 · raw file
- // Lists
- // Unstyled keeps list items block level, just removes default browser padding and list-style
- @mixin list-unstyled {
- padding-left: 0;
- list-style: none;
- }