Sha256: 36bec5e228fcdd2ea0c73077ceb04d31c2b24923bc724bf37dcd032183af8be1

Contents?: true

Size: 519 Bytes

Versions: 12

Compression:

Stored size: 519 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: px_to_rem($i * 1px)
    .is-letter-specing-#{$i}
      letter-spacing: $value
    .is-letter-specing-center-#{$i}
      letter-spacing: $value * -1
      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.12 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.11 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.10 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.9 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.8 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.7 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.6 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.5 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.4 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.3 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.2 app/assets/stylesheets/helpers/_typoglaphy.sass
oulu-0.12.1 app/assets/stylesheets/helpers/_typoglaphy.sass