Explorar el Código

refac: tailwind

Timothy Jaeryang Baek hace 4 meses
padre
commit
346b7ddb14
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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]
 };