Sha256: 66f78b1fc499702b0066e0c8558f96dc7eee67bc6ed6d5e680301eba1768dd3d

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 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;
  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;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
}

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
bootstrap-4.6.2.1 assets/stylesheets/bootstrap/mixins/_reset-text.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_reset-text.scss
bootstrap-4.6.2 assets/stylesheets/bootstrap/mixins/_reset-text.scss
nex-bootstrap-4.6.3 assets/stylesheets/bootstrap/mixins/_reset-text.scss