Skip to content

Commit

Permalink
Merge pull request #381 from boostcampwm-2024/Design/379
Browse files Browse the repository at this point in the history
[Fix] tailwind.config.js 관련 빌드 문제 해결
  • Loading branch information
seungheon123 authored Jan 8, 2025
2 parents f1e9a5d + 13ad708 commit 8cbbfe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/client/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @type {import('tailwindcss').Config} */
import * as tailwindAnimate from 'tailwindcss-animate';

export default {
darkMode: ['class'],
Expand Down Expand Up @@ -100,5 +101,5 @@ export default {
},
},
},
plugins: [require('tailwindcss-animate')],
plugins: [tailwindAnimate],
};

0 comments on commit 8cbbfe9

Please sign in to comment.