Sha256: 7f66043ae882c7f7f4856086fb3a60d1d8dbea0a52855faedd9b0e29aa2c7714
Contents?: true
Size: 655 Bytes
Versions: 6
Compression:
Stored size: 655 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
6 entries across 6 versions & 1 rubygems