cxs-css / cxs

fast af css-in-js in 0.7kb
MIT License
1.19k stars 68 forks source link

Feature: Enable memory-only implementation of CXS/StyleSheet #50

Open gingur opened 7 years ago

gingur commented 7 years ago

Related https://github.com/threepointone/glamor/issues/201

Use case is using cxs but to populate an iframe, currently the parent document is being polluted with CSS.

bkulyk commented 4 years ago

I would also really like to see this. I am trying to use it for web components with a shadow-root. If the styles are auto injected into the head then they do not apply to the content in the shadow-root and it's just pollution.