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

Commit 2e43c63

Browse files
authored
Resequence autosuggestions for CSS 'list-style' (#12738)
* Resequence autosuggestions for CSS 'list-style' "none" is surely used far more often than "armenian". Etc. * Add parens to 'url()' in CSS code hints
2 parents 70a7f00 + 5ab3c78 commit 2e43c63

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
@@ -120,7 +120,7 @@
120120
"left": {"values": ["auto", "inherit"]},
121121
"letter-spacing": {"values": ["normal", "inherit"]},
122122
"line-height": {"values": ["normal", "inherit"]},
123-
"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()"]},
123+
"list-style": {"values": ["none", "inherit", "initial", "unset", "url()", "armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "inside", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "outside", "square", "upper-alpha", "upper-latin", "upper-roman"]},
124124
"list-style-image": {"values": ["none", "url()", "inherit"]},
125125
"list-style-position": {"values": ["inside", "outside", "inherit"]},
126126
"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)