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

Commit 00187c9

Browse files
authored
Add will-change to css properties (#12982)
1 parent 1936493 commit 00187c9

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
@@ -222,6 +222,7 @@
222222
"white-space": {"values": ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "inherit"]},
223223
"widows": {"values": ["inherit"]},
224224
"width": {"values": ["auto", "inherit"]},
225+
"will-change": {"values": ["auto", "contents", "opacity", "scroll-position", "transform", "inherit", "initial", "unset"]},
225226
"word-break": {"values": ["normal", "break-all", "keep-all"]},
226227
"word-spacing": {"values": ["normal", "inherit"]},
227228
"word-wrap": {"values": ["break-word", "normal"]},

0 commit comments

Comments
 (0)