Skip to content

Commit

Permalink
Merge pull request #3425 from wommy/postcss-options
Browse files Browse the repository at this point in the history
added postcssOptions to remove npm warning
  • Loading branch information
advplyr committed Sep 16, 2024
2 parents fa0c90d + fcacda7 commit 2f49a08
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,12 @@ module.exports = {
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
postcssOptions: {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
}
},
watchers: {
Expand Down

0 comments on commit 2f49a08

Please sign in to comment.