瀏覽代碼

refac: tailwind

Timothy Jaeryang Baek 4 月之前
父節點
當前提交
346b7ddb14
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tailwind.config.js

+ 3 - 1
tailwind.config.js

@@ -1,3 +1,5 @@
+import typography from '@tailwindcss/typography';
+
 /** @type {import('tailwindcss').Config} */
 export default {
 	darkMode: 'class',
@@ -36,5 +38,5 @@ export default {
 			}
 		}
 	},
-	plugins: [require('@tailwindcss/typography')]
+	plugins: [typography]
 };