Sha256: 14ba110f9fc6f8c2301fe09e1e456a3c14117e13a3810f92773ed8bfef01cd63

Contents?: true

Size: 756 Bytes

Versions: 10

Compression:

Stored size: 756 Bytes

Contents

%section
  %a.scroll-target{name: 'typography__ulists'}
  %h3.color-black Unordered lists

  .panel.panel--padded
    %ul
      %li List item
      %li List item
      %li List item
    %code
      %p= "%ul"
      %p
          
        = "%li List item "
      %p
          
        = "%li List item "
      %p
          
        = "%li List item "

%section
  %a.scroll-target{name: 'typography__olists'}
  %h3.color-black Ordered lists
  .panel.panel--padded
    %ol
      %li List item
      %li List item
      %li List item
    %code
      %p= "%ol"
      %p
          
        = "%li List item "
      %p
          
        = "%li List item "
      %p
          
        = "%li List item "

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.8 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.7 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.6 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.5 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.4 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.3 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.2 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.1 app/views/tenon/styleguides/typography/_lists.html.haml
tenon-2.0.0 app/views/tenon/styleguides/typography/_lists.html.haml