Add tailwind typography and forms

This commit is contained in:
Lukáš Kucharczyk 2023-01-25 17:48:33 +01:00
parent e6640a4083
commit 6f62b2026b
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 6 additions and 0 deletions

6
package.json Normal file
View File

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