Sha256: 625f46ba8b20025ff91b08633f3a7944160f73b7e04d1e8e6ef136c1eb1f20c1
Contents?: true
Size: 825 Bytes
Versions: 454
Compression:
Stored size: 825 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_bold { font-weight: $bolder; } @mixin pb_title_thin { font-weight: $lighter; letter-spacing: $lspace_tight; }
Version data entries
454 entries across 454 versions & 1 rubygems