refac: tailwind

This commit is contained in:
Timothy Jaeryang Baek
2024-12-05 10:42:37 -08:00
parent 31545439a0
commit 346b7ddb14

View File

@@ -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]
};