Sha256: 363e6ed7daa97fda4556ac784771685dadbcb098fdbee7dac9e18c82d75daaf1

Contents?: true

Size: 504 Bytes

Versions: 12

Compression:

Stored size: 504 Bytes

Contents

body
  // typoglaphy
  .is-ja
    +basic-font
  .is-bold-ja
    +bold-ja
  .is-serif
    +serif
  .is-sans-serif
    +sans-serif

  @for $i from 0 through 24
    $value: $i/10
    .is-letter-specing-#{$i}px
      letter-spacing: $value
    .is-letter-specing-center-#{$i}px
      letter-spacing: $value
      text-indent: $value

  .is-white-space-nowrap
    white-space: nowrap

  $positions: left center right
  @each $position in $positions
    .is-text-align-#{$position}
      text-align: $position

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
oulu-0.12.0 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.10 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.9 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.8 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.7 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.6 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.5 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.4 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.3 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.2 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.1 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.11.0 app/assets/stylesheets/helpers/_typoglaphy.sass