vercel / styled-jsx

Full CSS support for JSX without compromises
http://npmjs.com/styled-jsx
MIT License
7.65k stars 266 forks source link

Container Queries #833

Open MatthewAnstey opened 1 year ago

MatthewAnstey commented 1 year ago

Do you want to request a feature or report a bug?

Support Container Queries https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries

What is the current behavior?

Container Queries appear to be ignored.

Environment (include versions)

Did this work in previous versions?

Not sure

vpontis commented 1 year ago

This requires upgrading Stylis. I'd love to see that happen 😄. I played around a bit with upgrading Stylis but I never finished it.

grave-tender commented 1 year ago

here check this issue out. We (Ange and I) did manage to upgrade Stylis manually but are getting some bugs where SCSS compiles after the load of the page. Currently still debugging that for now.