mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
Merge pull request #15055 from adobe/codehintsupdate
Spell correction for justify-self
This commit is contained in:
commit
3ae5417b43
@ -141,7 +141,7 @@
|
||||
"isolation": {"values": ["auto", "isolate"]},
|
||||
"justify-content": {"values": ["center", "flex-end", "flex-start", "space-around", "space-between"]},
|
||||
"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"]},
|
||||
"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"]},
|
||||
"justify-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"]},
|
||||
"left": {"values": ["auto", "inherit"]},
|
||||
"letter-spacing": {"values": ["normal", "inherit"]},
|
||||
"line-height": {"values": ["normal", "inherit"]},
|
||||
|
Loading…
Reference in New Issue
Block a user