Sha256: 9580711b8f2517252e8c5dd9c906bc6e8ef089edd68f8e460759121507e4d2e8

Contents?: true

Size: 543 Bytes

Versions: 62

Compression:

Stored size: 543 Bytes

Contents

#list-reset-object.style-guide__subsection

  %h3= link_to_style_guide('objects', 'list_reset')

  %p Resets the list-specific styling of a <code>ul</code> or <code>ol</code> element.

  .style-guide__unit-test
    %h4 Unit Test

    %p should work with <code>ul</code> elements
    .style-guide__example-block
      %ul.list-reset
        - 5.times do |i|
          %li List Item #{i}

    %p should work with <code>ol</code> elements
    .style-guide__example-block
      %ol.list-reset
        - 5.times do |i|
          %li List Item #{i}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.15 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.6 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/style_guides/objects/_list_reset.html.haml