Skip to content

Commit

Permalink
Merge pull request #107 from boostcampwm-2024/fix/#106/postcss
Browse files Browse the repository at this point in the history
[Fix] postcss.config를 es module 문법으로 변경
  • Loading branch information
simeunseo authored Nov 6, 2024
2 parents 732e2cf + f8a3401 commit e68c771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
const config = {
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
};

export default config;

0 comments on commit e68c771

Please sign in to comment.