Replies: 1 comment 5 replies
-
Hi @hyperknot, Which browsers specifically do you know that you absolutely need to support that also lack support for Compare: By transpiling only nested CSS you gain 6% extra support coverage. As time passes this gap will shrink, which is also the entire point of polyfills and transpilers, to eventually become redundant. There is a plugin to downgrade many cases of the Does that help?
In our list of priorities accuracy and correctness come before covering the oldest browser versions. Nesting can only be correctly transpiled to non-nested CSS by using the The plugin to further transpile Was there a specific issue you encountered? |
Beta Was this translation helpful? Give feedback.
-
I'm wondering about this whole :is() usage in postcss-nesting. Isn't it totally counter to the point of supporting older browsers?
:is() doesn't have great browser support (https://caniuse.com/css-matches-pseudo).
So why is this plugin pushing it all the time, even for super simple rules? It doesn't help with supporting older browsers, or I don't understand the point of this plugin.
Beta Was this translation helpful? Give feedback.
All reactions