<ul>
    <li>I stuffed a shirt or two into my old carpet-bag, tucked it under my arm, and started for Cape Horn and the Pacific.</li>
    <li>Quitting the good city of old Manhatto, I duly arrived in New Bedford. It was a Saturday night in December.</li>
    <li>Much was I disappointed upon learning that the little packet for Nantucket had already sailed, and that no way of reaching that place would offer, till the following Monday.</li>
    <li>As most young candidates for the pains and penalties of whaling stop at this same New Bedford, thence to embark on their voyage, it may as well be related that I, for one, had no idea of so doing.</li>
</ul>
<ul>
	{{#each items }}
	<li>{{ item }}</li>
	{{/each}}
</ul>
  • Content:
    ul, ol
    	padding-left: 0
    	padding-left: $spacing4
    
    li
    	margin: 0 0 $spacing1
    
    ul ul, ol ol, ol ul, ul ol
    	margin: $spacing1 0
    	
    
    ul
    	list-style: disc
    ul ul
    	list-style: circle
    ul ul ul
    	list-style: square
    ul ul ul ul
    	list-style: circle
    ul ul ul ul ul
    	list-style: disc
    
    ol
    	list-style: decimal
    ol ol
    	list-style: lower-alpha
    ol ol ol
    	list-style: lower-roman
    ol ol ol ol
    	list-style: decimal
    ol ol ol ol ol
    	list-style: lower-alpha
    
    
    dl 
    	margin: 0 0 $spacing3
    
    dd
    	margin: 0 0 $spacing2 $spacing4
    	line-height: 1.5
    dt
    	margin: $spacing3 0 $spacing1
    	font-weight: 600
  • URL: /components/raw/list/list.sass
  • Filesystem Path: src/components/0-foundation/list/list.sass
  • Size: 567 Bytes
{
  "items": [
    {
      "item": "I stuffed a shirt or two into my old carpet-bag, tucked it under my arm, and started for Cape Horn and the Pacific."
    },
    {
      "item": "Quitting the good city of old Manhatto, I duly arrived in New Bedford. It was a Saturday night in December."
    },
    {
      "item": "Much was I disappointed upon learning that the little packet for Nantucket had already sailed, and that no way of reaching that place would offer, till the following Monday."
    },
    {
      "item": "As most young candidates for the pains and penalties of whaling stop at this same New Bedford, thence to embark on their voyage, it may as well be related that I, for one, had no idea of so doing."
    }
  ]
}