compass/test/fixtures/stylesheets/blueprint/sass/single-imports/buttons.scss

4 lines
94 B
SCSS
Raw Normal View History

@import "blueprint/buttons";
a { @include anchor-button; }
button { @include button-button; }