Sha256: 1d8ff492e08012ffbbcf08fb3d9194d256e149be2034d6fd182675cd3d2c2aad

Contents?: true

Size: 466 Bytes

Versions: 11

Compression:

Stored size: 466 Bytes

Contents

@mixin reset-text {
  font-family: $font-family-base;
  // We deliberately do NOT reset font-size or word-wrap.
  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;
}

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
geekyll-0.1.2 _sass/geekyll/bootstrap4alpha4/mixins/_reset-text.scss
geekyll-0.1.1 _sass/geekyll/bootstrap4alpha4/mixins/_reset-text.scss
bootstrap-4.0.0.alpha5 assets/stylesheets/bootstrap/mixins/_reset-text.scss
geekyll-0.1.0 _sass/geekyll/bootstrap4alpha4/mixins/_reset-text.scss
geekyll-0.0.9 _sass/geekyll/bootstrap4alpha4/mixins/_reset-text.scss
flying_dutchman-0.6.0 vendor/assets/stylesheets/bootstrap/mixins/_reset-text.scss
bootstrap-4.0.0.alpha4 assets/stylesheets/bootstrap/mixins/_reset-text.scss
flying_dutchman-0.5.0 vendor/assets/stylesheets/bootstrap/mixins/_reset-text.scss
flying_dutchman-0.4.0 vendor/assets/stylesheets/bootstrap/mixins/_reset-text.scss
flying_dutchman-0.3.0 vendor/assets/stylesheets/bootstrap/mixins/_reset-text.scss
bootstrap-4.0.0.alpha3.1 assets/stylesheets/bootstrap/mixins/_reset-text.scss