Skip to content

Commit

Permalink
Had to revert back dedicated postcss file to make it work in dist mode
Browse files Browse the repository at this point in the history
  • Loading branch information
erajasekar committed Jan 16, 2020
1 parent 6ff350a commit 490f1c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ export default {
** Build configuration
*/
build: {
postcss: {
plugins: {
'postcss-import': {},
tailwindcss: {}
}
},
/*
** You can extend webpack config here
*/
Expand Down
8 changes: 8 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// postcss.config.js
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {}
}
}

0 comments on commit 490f1c3

Please sign in to comment.