14 lines
695 B
Sass
Raw Normal View History

2020-05-19 11:43:42 +03:00
@import shared
// Change the appearance for Mozilla, Webkit and possibly the future.
// The appearance property is currently not present in any newer CSS specification.
//
// There is no official list of accepted values, but you might check these source:
// Mozilla : https://developer.mozilla.org/en/CSS/-moz-appearance
// Webkit : http://code.google.com/p/webkit-mirror/source/browse/Source/WebCore/css/CSSValueKeywords.in?spec=svnf1aea559dcd025a8946aa7da6e4e8306f5c1b604&r=63c7d1af44430b314233fea342c3ddb2a052e365
// (search for 'appearance' within the page)
=appearance($ap)
$ap: unquote($ap)
+experimental(appearance, $ap, -moz, -webkit, not -o, not -ms, not -khtml, official)