Sha256: 9f7d151b8100439982ee7223ac210d98bd5ed29270907e8d294c663732d2d0bb

Contents?: true

Size: 779 Bytes

Versions: 6

Compression:

Stored size: 779 Bytes

Contents

// Converted Variables


// Custom Media Query Variables


/*

  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/

  Base
    t = text-align

  Modifiers
    l = left
    r = right
    c = center

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

*/

.tl  { text-align: left; }
.tr  { text-align: right; }
.tc  { text-align: center; }

@media #{$breakpoint-not-small} {
  .tl-ns  { text-align: left; }
  .tr-ns  { text-align: right; }
  .tc-ns  { text-align: center; }
}

@media #{$breakpoint-medium} {
  .tl-m  { text-align: left; }
  .tr-m  { text-align: right; }
  .tc-m  { text-align: center; }
}

@media #{$breakpoint-large} {
  .tl-l  { text-align: left; }
  .tr-l  { text-align: right; }
  .tc-l  { text-align: center; }
}

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
jekyll-theme-jam-0.1.2 _sass/scss/_text-align.scss
jekyll-theme-jam-0.0.2 _sass/scss/_text-align.scss
jekyll-theme-jam-0.0.1 _sass/scss/_text-align.scss
ark-jekyll-theme-0.0.2 _sass/scss/_text-align.scss
minimal-jekyll-theme-0.1.3 _sass/scss/_text-align.scss
minimal-jekyll-theme-0.1.2 _sass/scss/_text-align.scss