Skip to content

Commit

Permalink
alphabetized CSS pointer-events properties
Browse files Browse the repository at this point in the history
  • Loading branch information
calweb committed Dec 4, 2013
1 parent 807d3b6 commit 69ae8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/CSSCodeHints/CSSProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"page-break-inside": {"values": ["auto", "avoid", "inherit"]},
"perspective": {"values": ["none"]},
"perspective-origin": {"values": ["bottom", "center", "left", "right", "top"]},
"pointer-events": {"values": ["auto", "none", "visiblePainted", "visibleFill", "visibleStroke", "visible", "painted", "fill", "stroke", "all", "inherit"]},
"pointer-events": {"values": ["all", "auto", "fill", "inherit", "none", "painted", "stroke", "visible", "visibleFill", "visiblePainted", "visibleStroke"]},
"position": {"values": ["absolute", "fixed", "relative", "static", "sticky", "inherit"]},
"quotes": {"values": ["none", "inherit"]},
"region-break-after": {"values": ["always", "auto", "avoid", "avoid-column", "avoid-page", "avoid-region", "column", "left", "page", "region", "right"]},
Expand Down

0 comments on commit 69ae8c6

Please sign in to comment.