Sha256: 7be1e24cfa676be6f5e899af5f54ac8a88030c171c57f88283deb8d940549054
Contents?: true
Size: 505 Bytes
Versions: 5
Compression:
Stored size: 505 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/typography"; @mixin caption($font_size: $font_smaller, $font_weight: $bold) { font-weight: $font_weight; color: $text_lt_lighter; 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
5 entries across 5 versions & 1 rubygems