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

Version Path
archetype-0.0.1.pre.3.6ed259b test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.3.f9dde24 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.3.00dfd9a test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.3.83f0d7a test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.3.55c4182 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.3.811928f test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss