Replies: 1 comment
-
I'm building a reporting tool that tries to fit everything in a 1900 x 1080 element. This would be very useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know there's the official tailwind plugin for container queries, however it only supports container queries related to the width, not height (afaik).
There's some discussions #10076 and one PR got closed.
One common case is styling anything related to time (think of a weekly grid calendar) or anything that you don't have full control over the element's height.
Is this something worth developing into the plugin or in this case it'd be better to just create a plugin directly in my tailwind config's project file?
Beta Was this translation helpful? Give feedback.
All reactions