anandthakker / anandthakker/doiuse
False positive on grid-template-rows: masonry
オープン
- 主要言語
- JavaScript
- スター
- 1.3k
- フォーク
- 57
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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](https://caniuse.com/mdn-css_properties_grid-template-rows_masonry)), 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
コントリビューションガイド
評価
この issue はまだ評価されていません。