Sha256: eb1d91af67f570b887e6e18282a8029896fe868717806e2cb01640b87953df14

Contents?: true

Size: 922 Bytes

Versions: 14

Compression:

Stored size: 922 Bytes

Contents

// Converted Variables


// Custom Media Query Variables


/*

   TEXT DECORATION
   Docs: http://tachyons.io/docs/typography/text-decoration/


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

*/

.strike       { text-decoration: line-through; }
.underline    { text-decoration: underline; }
.no-underline { text-decoration: none; }


@media #{$breakpoint-not-small} {
  .strike-ns       { text-decoration: line-through; }
  .underline-ns    { text-decoration: underline; }
  .no-underline-ns { text-decoration: none; }
}

@media #{$breakpoint-medium} {
  .strike-m       { text-decoration: line-through; }
  .underline-m    { text-decoration: underline; }
  .no-underline-m { text-decoration: none; }
}

@media #{$breakpoint-large} {
  .strike-l       { text-decoration: line-through; }
  .underline-l {    text-decoration: underline; }
  .no-underline-l { text-decoration: none; }
}

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
tachyonscss-rails-4.9.0.1 app/assets/stylesheets/scss/_text-decoration.scss
pocket-theme-0.4.4 _sass/_text-decoration.scss
pocket-theme-0.4.3 _sass/_text-decoration.scss
pocket-theme-0.4.1 _sass/_text-decoration.scss
tachyonscss-rails-4.9.0 app/assets/stylesheets/scss/_text-decoration.scss
jekyll-theme-jam-0.1.2 _sass/scss/_text-decoration.scss
jekyll-theme-jam-0.0.2 _sass/scss/_text-decoration.scss
jekyll-theme-jam-0.0.1 _sass/scss/_text-decoration.scss
ark-jekyll-theme-0.0.2 _sass/scss/_text-decoration.scss
minimal-jekyll-theme-0.2.1 _sass/scss/_text-decoration.scss
minimal-jekyll-theme-0.2.0 _sass/scss/_text-decoration.scss
minimal-jekyll-theme-0.1.4 _sass/scss/_text-decoration.scss
minimal-jekyll-theme-0.1.3 _sass/scss/_text-decoration.scss
minimal-jekyll-theme-0.1.2 _sass/scss/_text-decoration.scss