We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3ce5a commit 9639aceCopy full SHA for 9639ace
docs/features/postcss.md
@@ -40,7 +40,7 @@ module.exports = {
40
// other configs...
41
vue: {
42
// use custom postcss plugins
43
- postcss: [require('cssnext')()],
+ postcss: [require('postcss-cssnext')()],
44
// disable vue-loader autoprefixing.
45
// this is a good idea since cssnext comes with it too.
46
autoprefixer: false
0 commit comments