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