{% for dl_item in dl_items %}
    <dl class="dl">
        <dt class="{{ dl_item.dt_class }}">{{ dl_item.dl_term }}</dt>
        <dd class="{{ dl_item.dd_class }}">{{ dl_item.dl_def }}</dd>
    </dl>
{% endfor %}
{
  "ul_items": {
    "1": {
      "content": "Top 3 Albums May 23, 2009"
    },
    "2": {
      "content": "'Epiphany' - Chrisette Michele"
    },
    "3": {
      "content": "'Hannah Montana: The Movie Soundtrack'"
    },
    "4": {
      "content": "'Fantasy Ride' - Ciara"
    }
  }
}
  • Content:
    .ol.u_alpha {
        list-style-type: upper-alpha;
    
        &.l_alpha {
            list-style-type: lower-alpha;
        }
    
        &.u_roman {
            list-style-type: upper-roman;
        }
    
        &.l_roman {
            list-style-type: lower-roman;
        }
    }
    
  • URL: /components/raw/lists/lists.scss
  • Filesystem Path: components/01-elements/02-lists/lists.scss
  • Size: 233 Bytes
  • Handle: @lists--dl_accordion
  • Preview:
  • Filesystem Path: components/01-elements/02-lists/lists--dl_accordion.twig

No notes defined.