Sha256: 0379470eed06dc9b4b043fd5d4c58de1abcc50e642a52c3b0ffd5adf9120c27d
Contents?: true
Size: 789 Bytes
Versions: 17
Compression:
Stored size: 789 Bytes
Contents
// ========== // ANNOTATIONS // ========== $STYLEGUIDE_ANNOTATIONS_ID: annotation !default; $STYLEGUIDE_ANNOTATIONS: () !default; @if not styleguide-component-exists($STYLEGUIDE_ANNOTATIONS_ID, $CONFIG_THEME) { $a-blackhole: styleguide-add-component($STYLEGUIDE_ANNOTATIONS_ID, $STYLEGUIDE_ANNOTATIONS, ( (default, ( font-size nth($CONFIG_FONT_ANNOTATION_MEDIUM, 1), line-height nth-cyclic($CONFIG_FONT_ANNOTATION_MEDIUM, 2), color nth($CONFIG_COLOR_ANNOTATION, 1) )), (in-dark, ( color nth-cyclic($CONFIG_COLOR_ANNOTATION, 2), text-shadow (1px 1px 1px rgba(0, 0, 0, .75)) )), (in-tooltip, ( inherit (in-dark), nil )), (in-punchcut, ( inherit (in-dark), nil )) ), $CONFIG_THEME); }
Version data entries
17 entries across 17 versions & 1 rubygems