Add tailwind typography and forms

This commit is contained in:
2023-01-25 17:48:33 +01:00
parent 9080425e1e
commit 22fd1c356a

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9"
}
}