Sha256: 99a6f63e5657989f1490f9b557ecba1b22e9db705fdf1cd011cd4ee71901a19e
Contents?: true
Size: 477 Bytes
Versions: 6
Compression:
Stored size: 477 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-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; word-wrap: normal; }
Version data entries
6 entries across 6 versions & 1 rubygems