Sha256: 1980b23b179c0b55ef124dd8e8654b682320e17f4425b2c542bfcb37801d6d7d

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 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);
        }
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.12 test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss
archetype-0.0.1.pre.11 test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss
archetype-0.0.1.pre.3.811928f test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss