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

Version Path
archetype-0.0.1.pre.10 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.9 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.8 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.7 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.6 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.5 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.4 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
archetype-0.0.1.pre.3.90263a7 test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss