Skip to main content

Module: Lists

A collection of mixins for display of <ul> and <ol>. You'll find it in src/modules/_lists.scss.

  • Mixin list-unstyled removes:
    • horizontal padding
    • list markers
  • Mixin list-inline stacks list items horizontally as inline blocks, without affecting children's padding:
    • A
    • B
    • C
  • Mixin list-comma-separated makes a list inline with separators between elements:
    • A
    • B
    • C