Sha256: b50f50d53e3909ef074944ab48a7c1c1c0c2a79b1235dd69ff693d9622962c63
Contents?: true
Size: 469 Bytes
Versions: 27
Compression:
Stored size: 469 Bytes
Contents
@mixin reset-text { font-family: $font-family-base; // We deliberately do NOT reset font-size. font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: $line-height; 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; word-wrap: normal; }
Version data entries
27 entries across 27 versions & 3 rubygems