Sha256: fbac92b3e2bd72882011ee5d943e0e237fe3121ba433746ed5f46a6e5085375c
Contents?: true
Size: 311 Bytes
Versions: 29
Compression:
Stored size: 311 Bytes
Contents
@import "shared"; // Change the appearance for Mozilla, Webkit and the future // // @param $ap // [ none | normal | icon | window | button | menu | field ] @mixin appearance($ap) { $ap: unquote($ap); @include experimental(appearance, $ap, -moz, -webkit, not -o, not -ms, not -khtml, official ); }
Version data entries
29 entries across 29 versions & 4 rubygems