You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use container queries in my next.js (14.2.18) project, which is based on styledjsx.
Using container queries in styledjsx's current state seems to be impossible. That forces me to either use conventional style tags or fall back to some other react css library. #833 indicates that a stylis update might be "all" it needs to add container query support to styledjsx.
Are there any plans to update stylis / support container queries in the future?
Environment (include versions)
Version of Next.js: 14.2.18
Browser: Chrome
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Yesterday I was searching for a solution for exactly the same problem. (find none)
Everyone is happily using container-queries as "new" CSS feature. But the "bleeding edge framework" does not support it... Seems weird.. 😞
Do you want to request a feature or report a bug?
Request a feature
Support for container queries
What is the current behavior?
Container queries are ignored by styledjsx.
What is the expected behavior?
I would like to use container queries in my next.js (14.2.18) project, which is based on styledjsx.
Using container queries in styledjsx's current state seems to be impossible. That forces me to either use conventional style tags or fall back to some other react css library.
#833 indicates that a stylis update might be "all" it needs to add container query support to styledjsx.
Are there any plans to update stylis / support container queries in the future?
Environment (include versions)
The text was updated successfully, but these errors were encountered: