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:**
Dynamic `repeat` functions in grid templates (e.g. `repeat(auto-fill,
...)` are not supported.
**Fix:**
1. Extend the repeat functions to allow supported keywords in the
`times` parsing, so they are preserved when serializing templates
2. …but disable resizing templates that show them, because it can be
impossible to derive their count from the computed style. We might
revisit this in the future, though.
Fixes#6402
**Problem:**
Dynamic `repeat` functions in grid templates (e.g. `repeat(auto-fill,
...)` are not supported.
**Fix:**
1. Extend the repeat functions to allow supported keywords in the
`times` parsing, so they are preserved when serializing templates
2. …but disable resizing templates that show them, because it can be
impossible to derive their count from the computed style. We might
revisit this in the future, though.
Fixes#6402
No description provided.
The text was updated successfully, but these errors were encountered: