grav-theme-libretic/scss/vendor/bourbon/css3/_appearance.scss
2015-01-15 19:15:54 +01:00

3 lines
94 B
SCSS

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