Skip to content

Commit 9639ace

Browse files
committed
change "cssnext" to "postcss-cssnext"
1 parent fd3ce5a commit 9639ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/postcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
// other configs...
4141
vue: {
4242
// use custom postcss plugins
43-
postcss: [require('cssnext')()],
43+
postcss: [require('postcss-cssnext')()],
4444
// disable vue-loader autoprefixing.
4545
// this is a good idea since cssnext comes with it too.
4646
autoprefixer: false

0 commit comments

Comments
 (0)