@mixin appearance($value) {
   $value: unquote($value);
   -webkit-appearance: $value;
   -moz-appearance: $value;
}