Replies: 2 comments 2 replies
-
I'd love to contribute this feature (as a learning exercise of tailwinds internals). I'll try and make a PR shortly |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just discovered this is being (possibly) added already, and is locked behind the STABLE flag (https://github.com/tailwindlabs/tailwindcss/blob/main/packages/tailwindcss/src/variants.ts#L1154) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the excellent tailwind "Build UIs that don't suck" course, I re-learned about the
@media (pointer: <value>)
media query.I propose this be added to the build-in tailwind media queries, with the syntax
pointer-coarse:
andpointer-fine:
. For example:Beta Was this translation helpful? Give feedback.
All reactions