Sha256: c270de184efa7068497583413664e1e3dab05bddfd1245ddf1392235da451cfa
Contents?: true
Size: 828 Bytes
Versions: 17
Compression:
Stored size: 828 Bytes
Contents
// ========== // IDENTITIES // ========== $STYLEGUIDE_IDENTITY_ID: identity !default; $STYLEGUIDE_IDENTITY: () !default; @if not styleguide-component-exists($STYLEGUIDE_IDENTITY_ID, $CONFIG_THEME) { $a-blackhole: styleguide-add-component($STYLEGUIDE_IDENTITY_ID, $STYLEGUIDE_IDENTITY, ( (default, ( color nth($CONFIG_COLOR_BRAND, 1), font-weight bold, text-decoration nth($CONFIG_DECORATION_IDENTITY, 1), (states, ( (hover, ( text-decoration nth-cyclic($CONFIG_DECORATION_IDENTITY, 2), nil )), nil )) )), (in-dark, ( color nth-cyclic($CONFIG_COLOR_BRAND, 2), nil )), (in-punchcut, ( inherit (in-dark), nil )), (in-bristol, ( inherit (in-dark), nil )) ), $CONFIG_THEME); }
Version data entries
17 entries across 17 versions & 1 rubygems