Sha256: 62661974eab448a282f83e2dd321a7966427a021028ee9220ed15cd287f596f3

Contents?: true

Size: 476 Bytes

Versions: 1086

Compression:

Stored size: 476 Bytes

Contents

@mixin reset-text() {
  font-family: $font-family-base;
  // We deliberately do NOT reset font-size.
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: $line-height-base;
  text-align: left; // Fallback for where `start` is not supported
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

Version data entries

1,086 entries across 1,073 versions & 42 rubygems

Version Path
twbs_sass_rails-3.6.0 vendor/assets/stylesheets/twbs/bootstrap/mixins/_reset-text.scss
bootswatch-sass-3.3.5 assets/stylesheets/bootstrap/mixins/_reset-text.scss
twbs_sass_rails-3.5.1 vendor/assets/stylesheets/twbs/bootstrap/mixins/_reset-text.scss
bootstrap-sass-3.3.5.1 assets/stylesheets/bootstrap/mixins/_reset-text.scss
twbs_sass_rails-3.5.0 vendor/assets/stylesheets/twbs/bootstrap/mixins/_reset-text.scss
bootstrap-sass-3.3.5 assets/stylesheets/bootstrap/mixins/_reset-text.scss