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