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

Commit 764921c

Browse files
committed
Adding value "legacy" to justify-items and removing "unset" from justify-items and justify-self as per w3 org recommendations.
1 parent 03f7de9 commit 764921c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
"image-resolution": {"values": ["from-image", "snap"]},
141141
"isolation": {"values": ["auto", "isolate"]},
142142
"justify-content": {"values": ["center", "flex-end", "flex-start", "space-around", "space-between"]},
143-
"justify-items": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "inherit", "initial", "unset"]},
144-
"justity-self": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "inherit", "initial", "unset"]},
143+
"justify-items": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "legacy", "inherit", "initial"]},
144+
"justity-self": {"values": ["auto", "normal", "stretch", "center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "left", "right", "baseline", "first", "last", "safe", "unsafe", "inherit", "initial"]},
145145
"left": {"values": ["auto", "inherit"]},
146146
"letter-spacing": {"values": ["normal", "inherit"]},
147147
"line-height": {"values": ["normal", "inherit"]},

0 commit comments

Comments
 (0)