|
|
|
Show HN: A VS Code extension to check incompatible CSS
(github.com)
|
|
21 points
by vivek9patel
755 days ago
|
|
I've developed a handy tool for Visual Studio Code that makes checking CSS compatibility very easy for developers. It provides instant feedback on syntax, keywords, types, and function compatibility. It even highlights deprecated, non-standard, and experimental features. |
|
e.g.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_contain...
https://bugs.webkit.org/show_bug.cgi?id=246605
Because of stuff like this, the gold standard is caniuse.com, not MDN.