-
-
Notifications
You must be signed in to change notification settings - Fork 183
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 tailwindcss 2.2.2 #465
Comments
Hey, @ben-rogerson, I would like to try and knock out the border site color utilities this weekend. Any guidance you could provide would be appreciated! |
@theonesean Hey sean, thanks for the offer 👍 I just took a look at that item and can see it'll require a bit of reworking so I'll probably do that one myself. The background origin utilities will be straightforward so jump on that one if you're keen. As they're static classes, you should only need to add them to the staticStyles list + add some fixture tests. |
Sounds good! I can snag that! |
The next release is coming soon, just a tad more testing first 👍 |
I've just released [email protected] which includes all the JIT features listed above 🎉 |
Time to update twin with the latest features introduced in [email protected].
only
(only-child),,first-of-type
,last-of-type
,only-of-type
,target
,default
,indeterminate
,placeholder-shown
autofill
,,required
,valid
,invalid
in-range
,out-of-range
(Ref) (PR)first-letter
andfirst-line
pseudo-elements (Ref) (PR)selection
variant (Ref) (PR)content: ''
whenever a before or after variant is used (Ref) (PR)marker
variant for styling lists (Ref) (PR)peer-*
variants for styling sibling elements (Ref) (PR)I'll be working my way through this list and I'll keep it up to date as the PRs go up.
The text was updated successfully, but these errors were encountered: