Sha256: a49579dae3fd3970c5ee9c28a9979974aa2a82fedbf2df94fc0e69134bfc7b63
Contents?: true
Size: 696 Bytes
Versions: 3
Compression:
Stored size: 696 Bytes
Contents
// this case verifies that you can define `fallback` css properties @import "archetype"; @if not styleguide-component-exists(fallback-styleguide-test, $CONFIG_THEME) { $a-blackhole: styleguide-add-component(fallback-styleguide-test, (), ( (default, ( background (transparent url(/some/img.png) repeat), background rbga(255, 0, 0, 0.9), white-space pre-wrap, white-space -moz-pre-wrap, white-space -pre-wrap, white-space -o-pre-wrap, something invalid, something valid, content $CONTENT_PLACEHOLDER )), nil ), $CONFIG_THEME); } .fallback-styleguide-test { @include styleguide(fallback-styleguide-test); }
Version data entries
3 entries across 3 versions & 1 rubygems