Sha256: b278b92b0015515761308c53cc3a46f7bc20c102700408c4d6392c3920226f63

Contents?: true

Size: 444 Bytes

Versions: 8

Compression:

Stored size: 444 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

8 entries across 8 versions & 1 rubygems

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