/* Standard implementation of the button theme * These files contain styles that apply to all browsers */ @import "button-standard.scss"; @import "button-primary-style.scss"; @import "button-small-style.scss"; @import "button-link-style.scss"; @mixin reindeer-button($name : v-button) { // TODO use $exclude @include reindeer-button-standard; @include reindeer-button-primary-style; @include reindeer-button-small-style; @include reindeer-button-link-style; }