mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
Merge pull request #15035 from adobe/codehintsupdate
Adding value "legacy" to justify-items and removing "unset" from justify-items and justify-self as per w3 org recommendations.
This commit is contained in:
commit
0b32a2a82a
@ -140,8 +140,8 @@
|
||||
"image-resolution": {"values": ["from-image", "snap"]},
|
||||
"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", "inherit", "initial", "unset"]},
|
||||
"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"]},
|
||||
"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"]},
|
||||
"left": {"values": ["auto", "inherit"]},
|
||||
"letter-spacing": {"values": ["normal", "inherit"]},
|
||||
"line-height": {"values": ["normal", "inherit"]},
|
||||
|
Loading…
Reference in New Issue
Block a user