Sha256: 1f6f14b4ff20aa597b2c7e5fa87132aaa9513ac3de288cd1ecc693daa8e9feae

Contents?: true

Size: 512 Bytes

Versions: 5

Compression:

Stored size: 512 Bytes

Contents

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

5 entries across 5 versions & 2 rubygems

Version Path
nsit-jekyll-theme-0.1.0 _sass/bootstrap/scss/mixins/_reset-text.scss
raikar11-0.1.3 _sass/bootstrap/scss/mixins/_reset-text.scss
raikar11-0.1.2 _sass/bootstrap/scss/mixins/_reset-text.scss
raikar11-0.1.1 _sass/bootstrap/scss/mixins/_reset-text.scss
raikar11-0.1.0 _sass/bootstrap/scss/mixins/_reset-text.scss