vercel / styled-jsx

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

Preventing the jsx-* class from being added on every element #841

Closed boycce closed 3 months ago

boycce commented 6 months ago

How can I stop jsx-1234 from being polluted on every element, but instead only have it added to a single container?

timneutkens commented 3 months ago

You can't, this is how styled-jsx functions without having to manually add a class / instantiation.