Skip to content

Commit

Permalink
Fix: 배포 스타일 적용 에러 해결 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Nov 16, 2023
1 parent a1ed2ac commit 3772af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config: Config = withMT({
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'path-to-your-node_modules/@material-tailwind/react/components/**/*.{js,ts,jsx,tsx}',
'path-to-your-node_modules/@material-tailwind/react/theme/components/**/*.{js,ts,jsx,tsx}',
'./node_modules/@material-tailwind/react/components/**/*.{js,ts,jsx,tsx}',
'./node_modules/@material-tailwind/react/theme/components/**/*.{js,ts,jsx,tsx}',
],
theme: {
screens: {
Expand Down

0 comments on commit 3772af4

Please sign in to comment.