Sha256: b1d838efa446ddf0f1b32a692605f11c64698a682d5012902269d84c0d2e0e35

Contents?: true

Size: 625 Bytes

Versions: 62

Compression:

Stored size: 625 Bytes

Contents

#inline-list-object.style-guide__subsection

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

  %p Resets the list-specific styling of a <code>ul</code> or <code>ol</code> element, and displays each child <code>li</code> element as <code>inline-block</code>.

  .style-guide__unit-test
    %h4 Unit Test

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

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/style_guides/objects/_inline_list.html.haml