Sha256: de679f62cd15505b0c126573aa6d1613134701b128a2a3884c4b651c83b92338
Contents?: true
Size: 884 Bytes
Versions: 23
Compression:
Stored size: 884 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); } @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); letter-spacing: -0.03em; } @mixin pb_title_dark { color: $text_dk_default; } @mixin pb_title_dark_link { color: $active_dark; } @mixin pb_title_bold { font-weight: $bolder; } @mixin pb_title_thin { font-weight: $lighter; letter-spacing: $lspace_tight; }
Version data entries
23 entries across 23 versions & 1 rubygems