_appearance.scss 94 B

123
  1. @mixin appearance ($value) {
  2. @include prefixer(appearance, $value, webkit moz ms o spec);
  3. }