Sha256: f4dea4bfffb46867d7fb9ab824eea9e15bd7db371c859c085fdf8a7137f57ee6
Contents?: true
Size: 895 Bytes
Versions: 5
Compression:
Stored size: 895 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/typography"; @import "../tokens/line_height"; @mixin heading_1 { font-size: $heading_1; letter-spacing: $lspace_tight; font-weight: $lighter; color: $ink; margin: 0; line-height: $lh_tighter; } @mixin heading_1_dark { @include heading_1; color: $white; } @mixin heading_2 { font-size: $heading_2; font-weight: $lighter; color: $ink; margin: 0; line-height: 0.96; } @mixin heading_2_dark { @include heading_2; color: $white; } @mixin heading_3 { font-size: $heading_3; font-weight: $lighter; color: $ink; margin: 0; line-height: $lh_tighter; } @mixin heading_3_dark { @include heading_3; color: $white; } @mixin heading_4 { font-size: $heading_4; font-weight: $bolder; color: $ink; margin: 0; line-height: $lh_tighter; } @mixin heading_4_dark { @include heading_4; color: $white; }
Version data entries
5 entries across 5 versions & 1 rubygems