Troy Rhinehart
Troy Rhinehart
use case is using a service worker to generate html/css and then injecting css into iframe(s). in other words, I want to take the css and manually inject where I...
@threepointone the primary request is to generate CSS as a string on the client-side. The request originated by the need to inject generated CSS into one or more iframes without...
Just sheet I believe, sorry about the confusion related to service workers. I've worked around the problem since I originally filed the feature in Feb, and was basing my comments...
Originally was using [cxs](https://github.com/jxnblk/cxs), which uses glamor's sheet logic. Goal was to render dynamic content previews and injected into iframes. We ran into several issues however w/ media queries and...
+1, sharing data between workers via events would be ideal, otherwise would have to expose an internal socket or something to handle the store.
This is actually a pretty common issue, to fix simply need to add `rimraf` and `cross-env` to remove directories and set env variables across platforms.
https://github.com/iam4x/isomorphic-flux-boilerplate/pull/266