-
Notifications
You must be signed in to change notification settings - Fork 223
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
Update peer dependency version to include 4.0.0-alpha.20 #163
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You included a packed version in the repo — plz remove :D
🤦 |
dc1f7f1
to
8034532
Compare
Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
When installing the forms plugin and using it like this in the export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: [require('@tailwindcss/forms')]
} It does not reset form styling when using |
Now that we have support for it, we should make
npm install @tailwindcss/forms
not fail 🙂The change was tested by installing it via a tarball.