Selaa lähdekoodia

refac: tailwind

Timothy Jaeryang Baek 4 kuukautta sitten
vanhempi
commit
346b7ddb14
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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]
 };