anandthakker / anandthakker/doiuse

Feature: Ignore rules covered by feature query

Aperta
#78 0 commenti 11 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.