Files
kredits-web/app/styles/bourbon/css3/_appearance.scss
2018-04-16 18:11:52 +02:00

6 lines
153 B
SCSS

@mixin appearance($value) {
@include _bourbon-deprecate-for-prefixing("appearance");
@include prefixer(appearance, $value, webkit moz ms o spec);
}