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
**Problem:**
Shorthand notation for grid cells positioning should be supported across
the board (moving / resizing, not just parsing) and likewise area names
from the template should be reflected in the positioning props.
**Fix:**
1. Print the area names instead of the number values for grid
positioning (`gridRowStart`, `gridRowEnd`, ...) if there's a match
2. Use (and understand) the shorthand notation (`gridRow`, `gridColumn`)
when the underlying values are either the same or skewed by 1 (for start
→ end)
3. Unify the CSS property set logic so it can be reused among
strategies, making it behave according to the above ^
**Notes**
- We do support parsing shorthand notations with `/`-separated values,
but they are never printed for now. If there are multiple values, it
will currently use the longhand notation.
**Demo:**
https://github.com/user-attachments/assets/c70ee34b-c921-44c0-a269-2d13af70da2dFixes#6084
No description provided.
The text was updated successfully, but these errors were encountered: