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
When i use CSS property grid-template-rows with value masonry, I would expect doiuse to warn about it, since it's not supported basically everywhere (see on Caniuse DB), However, no warning is issued.
When i use CSS property grid-template-rows with value masonry, I would expect doiuse to warn about it, since it's not supported basically everywhere (see on Caniuse DB), However, no warning is issued.
Minimal reproducible example:
Expected behavior: CSS grid-template-rows: masonry not supported
Actual behavior: no output
The text was updated successfully, but these errors were encountered: