feat: add @tailwindcss/typography as plugins

This commit is contained in:
p-sw 2024-06-01 01:12:48 +09:00
parent 329839a375
commit 5b414f999f

View File

@ -8,5 +8,7 @@ module.exports = {
theme: {
extend: {},
},
plugins: [],
plugins: [
require('@tailwindcss/typography')
],
};