Sha256: 2f17a928858979e297ff89641b48a4f0b001a3f6ac59295040b4f7f47c84d422
Contents?: true
Size: 479 Bytes
Versions: 21
Compression:
Stored size: 479 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
21 entries across 21 versions & 4 rubygems