-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Support Tailwind CSS v2.1.0 #381
Comments
Hey, thank you for being so quick on that! I was wondering how twin was going to manage the new JIT feature. But maybe allowing the 2 ways would be nice? |
Check out this discussion for more info on the new JIT features in twin. |
Hey @ben-rogerson, what would you think about the idea about a "polyfill" tailwind-plugin for new tailwind-features for the time between new tailwind-releases and the next twin.macro version containing these features? |
I'm certain this wouldn't be possible for every feature but I'm interested in hearing any ideas. |
Update to [email protected] to use the new classes above 🎉 |
Time to bring twin up-to-date with tailwindcss 2.1.0!
Update: I've finished adding all the classes, just gotta add a couple of patches to the list and I'll push all of this out in the next twin release.
Done
New blending mode utilities (3920)
New isolation utilities (3914)
New box-decoration-break utilities (3911)
New inline-table and list-item display utilities (3563, 3929)
New filter and backdrop-filter utilities (3923)
Coming soon
Arbitrary value support
There is no current support for custom tailwind class values - but it will be added to twin:
For now, use twin's short css feature that allows any css properties to be added:
Built-in important modifier
Twin already supports a
!
added at the end of the class.I'm going to add support for the same syntax tailwind uses (
!
at the front):The text was updated successfully, but these errors were encountered: