All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.scss.mixins._reset-text.scss Maven / Gradle / Ivy

Go to download

The most popular front-end framework for developing responsive, mobile first projects on the web.

The newest version!
@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;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy