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

Commit 3e2ab6a

Browse files
committed
Merge pull request #6766 from WebsiteDeveloper/patch-1
Remove duplicate none value for list-style
2 parents 0624074 + 8b7083d commit 3e2ab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": ["none", "url()", "inside", "outside", "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"]},
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"]},
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)