Sha256: ce597616894d9a050c4c58bdf356ea0c4a424644fc1351aad66d42e764801c6f
Contents?: true
Size: 691 Bytes
Versions: 126
Compression:
Stored size: 691 Bytes
Contents
@import "./colors"; @import "./typography"; @import "./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; font-family: $font_family_base; } @mixin pb_title_1 { @include pb_title($heading_1); letter-spacing: -0.03em; } @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
126 entries across 126 versions & 1 rubygems