Sha256: 73e63d4c4dba0ef316810a534fe9b1391ad86b6cf7c822fd0848b8ac1b326e6b
Contents?: true
Size: 503 Bytes
Versions: 319
Compression:
Stored size: 503 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/typography"; @mixin caption($font_size: $font_smaller, $font_weight: $bold) { font-weight: $font_weight; color: $text_lt_light; text-transform: uppercase; font-size: $font_size; letter-spacing: $lspace_looser; } @mixin caption_lg { @include caption($font_large, $regular); } @mixin caption_xs { @include caption($font_smaller, $regular); text-transform: none; letter-spacing: unset; } @mixin caption_dark { color: $text_dk_light; }
Version data entries
319 entries across 319 versions & 1 rubygems