-
Notifications
You must be signed in to change notification settings - Fork 226
Cannot find "/dist/forms.min.css" in @tailwindcss/forms@0.5.0 #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 - was depended on the forms css cdn as well and now broken due to 404. |
Hey there! The CDN version was removed in Tailwind CSS v3 is intended be used as part of a build process, and the forms plugin works the same way, so that's what I'd recommend doing if at all possible. Of course, you're welcome to continue using the previous
Also, I'd recommend not using the Hope that helps! 👍 |
A feat request for tailwind css v4 - works without build process 👍 It is the future! |
Update - Use the new |
What version of @tailwindcss/forms are you using?
latest
What version of Node.js are you using?
none
What browser are you using?
chrome
What operating system are you using?
macos
Reproduction repository
none
Describe your issue
Hello, im using in my HTML the following cdn
https://unpkg.com/@tailwindcss/forms@latest/dist/forms.min.css
and it doesn't seem to be rendering the CSS. Is it possible to maintain the Forms CSS CDN?The text was updated successfully, but these errors were encountered: