scratchx/sass/bourbon/css3/_appearance.scss
2015-05-01 09:39:03 -04:00

3 lines
93 B
SCSS

@mixin appearance($value) {
@include prefixer(appearance, $value, webkit moz ms o spec);
}