Sha256: f5032bf47579e57f7624597c48f1aaf77ff2ac67457d9fc6f341dcf06bef535c

Contents?: true

Size: 496 Bytes

Versions: 5

Compression:

Stored size: 496 Bytes

Contents

@import "archetype"; 

@each $context in container, bristol, punchcut {
  .#{$context} {
    @each $size in large, medium, small {
      @each $type in primary, secondary, spotlight {
        // normal buttons
        .button.#{$size}.#{$type} {
          @include styleguide($size $type button in a $context);
        }
      }
    }
  }
}

.test-exclude {
  @include styleguide(small secondary button in a container, $exclude: width height border-radius padding font-size line-height cursor);
}

Version data entries

5 entries across 5 versions & 1 rubygems

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