rDrama/files/assets/css/bootstrap/mixins/_reset-text.scss
2021-10-01 05:45:57 +02:00

15 lines
378 B
SCSS

@mixin reset-text() {
font-family: $font-family-base;
font-style: normal;
font-weight: $font-weight-normal;
line-height: $line-height-base;
text-align: left; text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
}