We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41b43e0 + 9c6d47b commit 08d0b3cCopy full SHA for 08d0b3c
src/css/Properties.js
@@ -50,7 +50,7 @@ var Properties = {
50
"-o-animation-name" : { multi: "none | <ident>", comma: true },
51
"-o-animation-play-state" : { multi: "running | paused", comma: true },
52
53
- "appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit",
+ "appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit",
54
"azimuth" : function (expression) {
55
var simple = "<angle> | leftwards | rightwards | inherit",
56
direction = "left-side | far-left | left | center-left | center | center-right | right | far-right | right-side",
0 commit comments