Sha256: 12647d9098a5c52f0af99ce3f165289953a007f9bfc6d64551043c85a824f46a
Contents?: true
Size: 408 Bytes
Versions: 16
Compression:
Stored size: 408 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_dark { color: $text_dk_light; }
Version data entries
16 entries across 16 versions & 1 rubygems