Sha256: 56c600e3725a87ae097b1108f111b4938e67ebbd840af3b2fe3751ba47c9ec64
Contents?: true
Size: 489 Bytes
Versions: 17
Compression:
Stored size: 489 Bytes
Contents
// ========== // PUNCHCUT // ========== $STYLEGUIDE_PUNCHCUTS_ID: punchcut !default; $STYLEGUIDE_PUNCHCUTS: () !default; @if not styleguide-component-exists($STYLEGUIDE_PUNCHCUTS_ID, $CONFIG_THEME) { $a-blackhole: styleguide-add-component($STYLEGUIDE_PUNCHCUTS_ID, $STYLEGUIDE_PUNCHCUTS, ( (default, ( background nth($CONFIG_TEXTURE_PUNCHCUT, 1), box-shadow $CONFIG_SHADOW_PUNCHCUT_INSET )), (without-inner-shadow, ( box-shadow nil, nil )) ), $CONFIG_THEME); }
Version data entries
17 entries across 17 versions & 1 rubygems