2.0.4 - Css filters, blend modes, deep config nesting and more #412
ben-rogerson
started this conversation in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds all the new classes from Tailwindcss v2.1.0 🎉
New classes
Filter and backdrop-filter utilities (3923) #402
Blend mode utilities (3920)
Isolation utilities (3914)
Box-decoration-break utilities (3911)
Inline-table and list-item display utilities (3563, 3929)
Add ring defaults
ringOffsetWidth.DEFAULT
andringOffsetColor.DEFAULT
are now added in the reset styles #405Missing JIT features from this release
These tailwindcss JIT features will be rolled out in coming releases:
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):New features
"disableShortCss": true
Disable short css #409opacityValue
to color functions to better support colors added with css variables Color functions + Deeply nested classes #403Bugfixes
That's all for now, cheers!
This discussion was created from the release Css filters, blend modes, deep config nesting and more.
Beta Was this translation helpful? Give feedback.
All reactions