/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

  1. // Lists
  2. // Unstyled keeps list items block level, just removes default browser padding and list-style
  3. @mixin list-unstyled {
  4. padding-left: 0;
  5. list-style: none;
  6. }