feat(tailwind): added forms plugin

This commit is contained in:
Stephan Plöhn 2025-09-15 17:19:05 +02:00
parent 4309b4d4bb
commit be3ad68b25
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@
"@hotwired/stimulus": "^3.2.2", "@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1", "@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo": "^8.0.13", "@hotwired/turbo": "^8.0.13",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"tailwindcss": "^4.1.12" "tailwindcss": "^4.1.12"

View file

@ -1,2 +1,5 @@
@import "tailwindcss"; @import "tailwindcss";
@plugin "@tailwindcss/typography"; @plugin "@tailwindcss/typography";
@plugin "@tailwindcss/forms";
@source inline('{sm:,md:,lg:,xl:,}col-span-{1,2,3,4,5,6,7,8,9,10,11,12}');