Sha256: a7af247d90b88d4b664340270c60a5c45e9f95c47863d40450ddad5e3928e88b

Contents?: true

Size: 697 Bytes

Versions: 14

Compression:

Stored size: 697 Bytes

Contents

// Converted Variables


// Custom Media Query Variables


/*

   WHITE SPACE

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

*/


.ws-normal { white-space: normal; }
.nowrap { white-space: nowrap; }
.pre { white-space: pre; }

@media #{$breakpoint-not-small} {
  .ws-normal-ns { white-space: normal; }
  .nowrap-ns { white-space: nowrap; }
  .pre-ns { white-space: pre; }
}

@media #{$breakpoint-medium} {
  .ws-normal-m { white-space: normal; }
  .nowrap-m { white-space: nowrap; }
  .pre-m { white-space: pre; }
}

@media #{$breakpoint-large} {
  .ws-normal-l { white-space: normal; }
  .nowrap-l { white-space: nowrap; }
  .pre-l { white-space: pre; }
}

Version data entries

14 entries across 14 versions & 5 rubygems

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