Sha256: 43749da0ed4cb7f33e8a42011047f485f90aa2941ad90d1094573e2fbc9c4998

Contents?: true

Size: 450 Bytes

Versions: 10

Compression:

Stored size: 450 Bytes

Contents

%section
  %a.scroll-target{name: 'typography__styles'}
  %h3.color-black Style class helpers
  %p Silent class helpers that you can @extend in a Sass file.

  .panel.panel--padded
    - [3, 4, 7].each do |s|
      %p{class: "font-n#{s}"} The quick brown fox jumps over the lazy dog.
      %code
        = "@extend %font-n#{s};"

      %p{class: "font-i#{s}"} The quick brown fox jumps over the lazy dog.
      %code
        = "@extend %font-i#{s};"

Version data entries

10 entries across 10 versions & 1 rubygems

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