Sha256: 80cd412947179426d211b18f5b443ddafe5d2cb7a16b4fc655b85706205b500b
Contents?: true
Size: 654 Bytes
Versions: 8
Compression:
Stored size: 654 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 )), nil ), $CONFIG_THEME); } .fallback-styleguide-test { @include styleguide(fallback-styleguide-test); }
Version data entries
8 entries across 8 versions & 1 rubygems