Adam Wathan
Adam Wathan
Yeah this is currently by design because we can't properly sort media queries and get the correct precedence behavior when applying the classes in your HTML when they are mixed...
Hey finally getting back to this! I think still going to say no to this one for now mostly because of the API — I still like `min-h-*` and `max-h-*`...
Thanks for this! Going to target v4 with this one instead, have opened a new PR and added you as a co-author here: https://github.com/tailwindlabs/tailwindcss/pull/13331
Hey! What's the situation that's causing you to run Tailwind against minified JS instead of against the original source files?
Hey thanks for this! We decided to fix this more universally by just dramatically loosening the restrictions around nesting here: https://github.com/tailwindlabs/tailwindcss/pull/13325 So this should work as expected when we tag...
Thanks @brandonmcconnell! What's the thinking with supporting all of the default width breakpoints as heights? Do those values match up to common problems people solve with height-based media queries?
Hey! Can you you post a few before and after examples comparing how things are sorted now vs. how you think they should be sorted?
I think the issue is that our Vite plugin only really works for full-blown Vite projects, and only sees template files actually served by Vite. Blade templates and stuff don't...
Thanks! The much bigger project here is the documentation. If anyone wants to put together a PR for that against our v3.3 branch in the docs repo that will make...
Just gonna merge this for now, I'll get the docs ready before the real v3.3 release some time in March. Thanks!