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 has been archived by the owner on Dec 26, 2018. It is now read-only.
Can we upgrade to PostCSS version 6? The package.json calls for ^5.0.10.
Some PostCSS plugins fail to run on 5.x and I suspect the situation is only going to get worse. If we stay on 5.x we will miss the improvements made to plugins.
Can we upgrade to PostCSS version 6? The package.json calls for
^5.0.10
.Some PostCSS plugins fail to run on 5.x and I suspect the situation is only going to get worse. If we stay on 5.x we will miss the improvements made to plugins.
For example when I use
postcss-nested
latest version (2.1.2) I get an error saying I need to use PostCSS 6. I'd have to use 1.x of that plugin with vuefiy, which is many versions behind: https://github.com/postcss/postcss-nested/blob/master/CHANGELOG.mdThanks.
The text was updated successfully, but these errors were encountered: