Use NPM tailwind

This commit is contained in:
Aleks Rutins 2025-06-09 22:05:06 -04:00
parent 3a25e0b4b0
commit 1fdc8ee48b
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,6 @@
{
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.1.8"
}
}