anandthakker / anandthakker/doiuse
Don't report errors when validated with @supports
オープン
- 主要言語
- JavaScript
- スター
- 1.3k
- フォーク
- 57
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
https://developer.mozilla.org/en-US/docs/Web/CSS/@supports
```
@supports (content-visibility: hidden) {
.foo {
content-visibility: hidden;
}
}
```
This shouldn't report an error. Same also for e.g. `@supports (content-visibility: hidden) and (display: flex) {`
Any `or` conditions or if prefixed with `not` should continue to report errors just like now.
コントリビューションガイド
評価
この issue はまだ評価されていません。