Skip to content

Commit

Permalink
빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinwonse committed Jan 29, 2025
1 parent b179e7a commit b098856
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ const config: Config = {
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
],
darkMode: ['class'],
darkMode: 'class',
plugins: [tailwindcssAnimate, tailwindcssContentVisibility],
prefix: '',
safelist: ['dark'],
theme: {
container: {
center: true,
Expand Down

0 comments on commit b098856

Please sign in to comment.