Provides a mixin for appearance
.
See the CSS3 specification: appearance.
This file can be imported using:
@import "compass/css3/appearance"
=appearance($ap) $ap: unquote($ap) +experimental(appearance, $ap, -moz, -webkit, not -o, not -ms, not -khtml, official)
@mixin appearance($ap) { $ap: unquote($ap); @include experimental(appearance, $ap, -moz, -webkit, not -o, not -ms, not -khtml, official); }