Example
  • an item
  • another item
  • yet another item
  • an item
  • another item
  • yet another item
Markup
  <ul>
     <li>an item</li>
     <li>another item</li>
     <li>yet another item</li>
  </ul>
  <ul class="list_noDecorate">
     <li>an item</li>
     <li>another item</li>
     <li>yet another item</li>
  </ul>
Source: text/lists.less, line 28