Sha256: 49c91498569baba6239752fb1d584c4a0ecdda107888068026b981c5722f2bd9
Contents?: true
Size: 541 Bytes
Versions: 86
Compression:
Stored size: 541 Bytes
Contents
@import "../tokens/titles"; $pb_title_colors: ( default: $text_lt_default, light: $text_lt_light, lighter: $text_lt_lighter, success: $success, error: $error, link: $primary ); $pb_dark_title_colors: ( default: $text_dk_default, light: $text_dk_light, lighter: $text_dk_lighter, success: $success, error: $error_dark, link: $active_dark ); @mixin title_colors { @each $name, $color in $pb_title_colors { &[class*=_#{$name}] { color: $color } } } @mixin title_dark { color: $text_dk_default; }
Version data entries
86 entries across 86 versions & 1 rubygems