Sha256: febd478e08c912ad4f91f81c22971233322014abbed658dec9c7251ab0521bb3

Contents?: true

Size: 443 Bytes

Versions: 9

Compression:

Stored size: 443 Bytes

Contents

@import "archetype";

.simple-button {
  &.disabled {
    @include styleguide(small primary button, $state: disabled);
  }
  &.my-custom-hover {
    @include styleguide(small primary button, $state: hover);
  }
  &.normal {
    @include styleguide(small primary button, $state: false);
  }
}

.anchor {
  &.missing {
    @include styleguide(link, $state: missing);
  }
  &.my-custom-hover {
    @include styleguide(link, $state: hover);
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

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