You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is especially helpful for something like background-blend-mode, which is an array property that can get confusing to keep track off when edited separately from the main background property
The text was updated successfully, but these errors were encountered:
There are some properties that seem like they should be part of shorthands but aren't:
text-decoration-skip-ink
background-blend-mode
It might be worthwhile to still treat those inputs as part of the shorthand input in our UI, and generate the separated UI. So a style object like:
would generate the style:
This is especially helpful for something like
background-blend-mode
, which is an array property that can get confusing to keep track off when edited separately from the mainbackground
propertyThe text was updated successfully, but these errors were encountered: