Skip to content

Commit

Permalink
fixed postcss config depreciation
Browse files Browse the repository at this point in the history
  • Loading branch information
rastenis committed Jul 23, 2019
1 parent 3e049bf commit 000ef2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ module.exports = {
}
]
},
build: {
postcss: {
"postcss-cssnext": {},
"postcss-import": {}
}
},
/*
** Global CSS
*/
Expand Down
15 changes: 0 additions & 15 deletions postcss.config.js

This file was deleted.

0 comments on commit 000ef2f

Please sign in to comment.