We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8ac5a commit f0c119aCopy full SHA for f0c119a
src/css/Properties.js
@@ -42,7 +42,7 @@ var Properties = {
42
"-o-animation-name" : { multi: "none | <ident>", comma: true },
43
"-o-animation-play-state" : { multi: "running | paused", comma: true },
44
45
- "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 | inherit",
+ "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",
46
"azimuth" : function (expression) {
47
var simple = "<angle> | leftwards | rightwards | inherit",
48
direction = "left-side | far-left | left | center-left | center | center-right | right | far-right | right-side",
0 commit comments