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

Commit 566827f

Browse files
committed
Add autocompletion for justify-items and justify-self
1 parent 8f5be98 commit 566827f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +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"]},
143145
"left": {"values": ["auto", "inherit"]},
144146
"letter-spacing": {"values": ["normal", "inherit"]},
145147
"line-height": {"values": ["normal", "inherit"]},

0 commit comments

Comments
 (0)