Bolt Bare List

Add the utility class .u-bolt-bare-list to a ul or ol tag to get rid of the list styling (margins, padding, list-style).

Bare unordered list

  • First item
  • Second item
  • Third item
  • Fourth item

Bare ordered list

  1. First item
  2. Second item
  3. Third item
  4. Fourth item

Unordered list with nested unordered bare list

  • First item
  • Second item
    • Nested item first level 1
    • Nested item first level 2
      • Nested item second level 1
      • Nested item second level 2
  • Third item
  • Fourth item