Sha256: d552830a7300817adcf34d3f1aa9448157aaf044b788915df8105da3f4da9b51
Contents?: true
Size: 654 Bytes
Versions: 8
Compression:
Stored size: 654 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/typography"; @import "../tokens/line_height"; @mixin pb_title( $fontSize: $heading_1, $fontWeight: $lighter, $lineHeight: $lh_tighter){ font-size: $fontSize; letter-spacing: $lspace_tight; font-weight: $fontWeight; color: $text_lt_default; margin: 0; line-height: $lineHeight; } @mixin pb_title_1 { @include pb_title($heading_1); } @mixin pb_title_2 { @include pb_title($heading_2, $lighter, 0.96); } @mixin pb_title_3 { @include pb_title($heading_3); } @mixin pb_title_4 { @include pb_title($heading_4, $bolder); } @mixin pb_title_dark { color: $text_dk_default; }
Version data entries
8 entries across 8 versions & 1 rubygems