Sha256: 702e6da9ee4138a31caf71de7096a43295db031680a10baf2f88244a1de29fc5
Contents?: true
Size: 791 Bytes
Versions: 5
Compression:
Stored size: 791 Bytes
Contents
// ========== // ANNOTATIONS // ========== $STYLEGUIDE_ANNOTATIONS_ID: annotation !default; $STYLEGUIDE_ANNOTATIONS: () !default; @if should-register-component($STYLEGUIDE_ANNOTATIONS_ID) { $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 a $STYLEGUIDE_TOOLTIPS_ID: ( inherit: in dark, ), in a $STYLEGUIDE_PUNCHCUTS_ID: ( inherit: in dark, ) )) !global; }
Version data entries
5 entries across 5 versions & 1 rubygems