update documentation for appearance module

This commit is contained in:
Eric Meyer 2012-04-10 17:33:07 -06:00
parent bab681a411
commit 6ad3bd73a7

View File

@ -1,9 +1,11 @@
@import "shared"; @import "shared";
// Change the appearance for Mozilla, Webkit and the future // Change the appearance for Mozilla, Webkit and possibly the future.
// The appearance property is currently not present in any newer CSS specification.
// //
// @param $ap // There is no official list of accepted values, but you might check these source:
// [ none | normal | icon | window | button | menu | field ] // Mozilla : https://developer.mozilla.org/en/CSS/-moz-appearance
// Webkit : (unofficial) http://css-infos.net/property/-webkit-appearance
@mixin appearance($ap) { @mixin appearance($ap) {
$ap: unquote($ap); $ap: unquote($ap);