Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive on grid-template-rows: masonry #180

Open
codedpalette opened this issue Jan 17, 2024 · 0 comments
Open

False positive on grid-template-rows: masonry #180

codedpalette opened this issue Jan 17, 2024 · 0 comments

Comments

@codedpalette
Copy link

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:

// src/global.css
.test {
	grid-template-rows: masonry;
}

doiuse --browsers "defaults, not op_mini all"  src/global.css 

Expected behavior: CSS grid-template-rows: masonry not supported
Actual behavior: no output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant