Sha256: ffe879b94da4ee03c9399156e33614c3d62ca0a3fb8f83ea567601bf6e5b2958

Contents?: true

Size: 496 Bytes

Versions: 4

Compression:

Stored size: 496 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: $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

4 entries across 4 versions & 1 rubygems

Version Path
optimacms-0.3.12 app/assets/stylesheets/bootstrap4/mixins/_reset-text.scss
optimacms-0.3.11 app/assets/stylesheets/bootstrap4/mixins/_reset-text.scss
optimacms-0.3.4 app/assets/stylesheets/bootstrap4/mixins/_reset-text.scss
optimacms-0.3.3 app/assets/stylesheets/bootstrap4/mixins/_reset-text.scss