Skip to content

Commit

Permalink
chore(deps): all to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Feb 21, 2024
1 parent 800d926 commit 511e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-app/postcss.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}),
},
};

0 comments on commit 511e41f

Please sign in to comment.