Ryan Bonte
Ryan Bonte
No, that was just some code I quickly wrote to illustrate the issue. I fixed the syntax. The issue remains though.
Great! Thank you for picking this up. I appreciate all the work you put into this library. My idea for a possible fix: Say my root React component is ``....
I tested this approach and got the styles to be generated in a reverse order, but that didn't seem to help as far as I could determine. I feel the...
Sure, that could work. The only thing that feels a bit off with that approach is that we deviate from standard CSS syntax. But fine as a fix for now...
Great suggestions! Should be doable indeed. Maybe the PostCSS toolchain can help us out here.
If users serialize arbitrary JSON to use in `props-json`, that might pose a security risk. `serialize-javascript` is basically an enhanced `JSON.stringify` that automatically escapes potentially unsafe values to prevent XSS....
I've opened a PR.
@rstacruz please review.
@rstacruz thoughts?
@rstacruz please review.