Sha256: 1dbde5ca2544373f33a203284515992e61a24c7d6ed60608268ed785dddc0820

Contents?: true

Size: 764 Bytes

Versions: 8

Compression:

Stored size: 764 Bytes

Contents

// Converted Variables


// Custom Media Query Variables


/*

   LINE HEIGHT / LEADING
   Docs: http://tachyons.io/docs/typography/line-height

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/

  .lh-solid { line-height: 1; }
  .lh-title { line-height: 1.25; }
  .lh-copy  { line-height: 1.5; }

@media #{$breakpoint-not-small} {
  .lh-solid-ns { line-height: 1; }
  .lh-title-ns { line-height: 1.25; }
  .lh-copy-ns  { line-height: 1.5; }
}

@media #{$breakpoint-medium} {
  .lh-solid-m { line-height: 1; }
  .lh-title-m { line-height: 1.25; }
  .lh-copy-m  { line-height: 1.5; }
}

@media #{$breakpoint-large} {
  .lh-solid-l { line-height: 1; }
  .lh-title-l { line-height: 1.25; }
  .lh-copy-l  { line-height: 1.5; }
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
pocket-theme-0.4.4 _sass/_line-height.scss
pocket-theme-0.4.3 _sass/_line-height.scss
pocket-theme-0.4.1 _sass/_line-height.scss
minimal-jekyll-theme-0.2.1 _sass/scss/_line-height.scss
minimal-jekyll-theme-0.2.0 _sass/scss/_line-height.scss
minimal-jekyll-theme-0.1.4 _sass/scss/_line-height.scss
minimal-jekyll-theme-0.1.3 _sass/scss/_line-height.scss
minimal-jekyll-theme-0.1.2 _sass/scss/_line-height.scss