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

Commit 7d63041

Browse files
committed
Add code hints for text-rendering
1 parent 4674683 commit 7d63041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
"text-indent": {"values": ["inherit"]},
185185
"text-overflow": {"values": ["clip", "ellipsis", "inherit"]},
186186
"text-shadow": {"values": []},
187+
"text-rendering": {"values": ["auto", "geometricPrecision", "optimizeLegibility", "optimizeSpeed"]},
187188
"text-transform": {"values": ["capitalize", "full-width", "lowercase", "none", "uppercase", "inherit"]},
188189
"text-underline-position": {"values": ["alphabetic", "auto", "below", "left", "right"]},
189190
"top": {"values": ["auto", "inherit"]},

0 commit comments

Comments
 (0)