Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit afc14ac

Browse files
committed
Merge pull request #6789 from adobe/randy/fix-alpha
Fix alphabetic ordering
2 parents 3e2ab6a + 1657499 commit afc14ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"left": {"values": ["auto", "inherit"]},
120120
"letter-spacing": {"values": ["normal", "inherit"]},
121121
"line-height": {"values": ["normal", "inherit"]},
122-
"list-style": {"values": ["armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "inherit", "inside", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "none", "outside", "square", "url()", "upper-alpha", "upper-latin", "upper-roman"]},
122+
"list-style": {"values": ["armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "inherit", "inside", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "none", "outside", "square", "upper-alpha", "upper-latin", "upper-roman", "url()"]},
123123
"list-style-image": {"values": ["none", "url()", "inherit"]},
124124
"list-style-position": {"values": ["inside", "outside", "inherit"]},
125125
"list-style-type": {"values": ["armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "none", "square", "upper-alpha", "upper-latin", "upper-roman", "inherit"]},

0 commit comments

Comments
 (0)