You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
The plugin of the previous example (postcss-vmin) only makes sense if we want to add support for explorer 9. In postcss, you have to decide which plugins you have to use, according with the browser support you need (with the exception of some plugins like autoprefixer). In stylecow, the plugins can have the browser support, so, if you use the vmin plugin but your minimum suport is explorer 10, this plugin wont be executed.
If cssnext will use Can I Use as Autoprefixer we will bit this feature.
The text was updated successfully, but these errors were encountered:
Stylecow vs. PostCSS text:
If cssnext will use Can I Use as Autoprefixer we will bit this feature.
The text was updated successfully, but these errors were encountered: