Skip to content

Commit a64a847

Browse files
committed
refact: tailwind.config 수정
1 parent fc53e31 commit a64a847

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import defaultTheme from 'tailwindcss/defaultTheme';
22
import scrollbarHide from 'tailwind-scrollbar-hide';
3-
import typography from '@tailwindcss/typography';
43

54
/** @type {import('tailwindcss').Config} */
65

@@ -90,5 +89,5 @@ export default {
9089
lg: '512px', // 큰 화면
9190
},
9291
},
93-
plugins: [require('tailwind-scrollbar-hide'),typography,],
92+
plugins: [require('tailwind-scrollbar-hide'),require('@tailwindcss/typography'),],
9493
};

0 commit comments

Comments
 (0)