Sha256: c662528a02d32f1e0849d23cafc6bb5432762388769697d6c6302a279f386e91

Contents?: true

Size: 457 Bytes

Versions: 8

Compression:

Stored size: 457 Bytes

Contents

@import "archetype";

.some-extend-class {
  color: red;
}

%some-extend-placeholder {
  background: green;
}

@if not styleguide-component-exists(extend-styleguide-test, $CONFIG_THEME) {
$a-blackhole: styleguide-add-component(extend-styleguide-test, (), (
  (default, (
    extend    '.some-extend-class',
    extend    '%some-extend-placeholder'
  )),
  nil
), $CONFIG_THEME);
}

.extend-styleguide-test {
  @include styleguide(extend-styleguide-test);
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.8 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.7 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.6 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.5 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.4 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.3.90263a7 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.3.6ed259b test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
archetype-0.0.1.pre.3.f9dde24 test/fixtures/stylesheets/archetype/source/styleguide/extend.scss