anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

Detect use of 'initial', 'unset', and 'revert' keywords #93

Closed rincedd closed 5 years ago

rincedd commented 5 years ago

Fixes #56

As IE11 does not support 'initial' and 'unset', and 'revert' is not yet supported by pretty much any browser, detecting their usage is valuable to developers and would allow linters to warn about it.

pkuczynski commented 5 years ago

Thanks! :)