anandthakker / anandthakker/doiuse
Feature: Ignore rules covered by feature query
Aperta
- Lingua principale
- JavaScript
- Stelle
- 1.3k
- Fork
- 57
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I would love for the linter to ignore CSS rules that are covered already by feature queries, instead of having to ignore them manually, like this:
```css
@supports (position: sticky) {
/* doiuse-disable css-sticky */
.mti-sticky {
position: sticky;
}
/* doiuse-enable css-sticky */
}
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.