You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature list of your library seems really interesting. I was wondering if this library can work together other css in js solutions, for example Styledcomponents.
Any examples in the docs could help others that try to figure out if they can use this library in their existing workflow.
The text was updated successfully, but these errors were encountered:
Thanks for checking this out! JS-in-CSS pattern does basically three things:
create a new <style> tag in the browser for each unique jsincss stylesheet you use
listen to specific events in the browser, whether on window or specific elements
reprocess the jsincss stylesheet at that time and populate the <style> tag in the document with the current output of that stylesheet
It's like real-time stylesheet templating via JS to help you use selectors and values in your styles that CSS can't normally reach.
So.....you ought to be able to use StyledComponents, or any other tools you want to compose whatever stylesheets you want, If you were using both CSS-in-JS I would think that adding jsincss to your workflow would sit somewhere between the output of that and the browser your site is being viewed in.
Are there any particular features or jsincss plugins you wanted to use?
Hey!
The feature list of your library seems really interesting. I was wondering if this library can work together other css in js solutions, for example Styledcomponents.
Any examples in the docs could help others that try to figure out if they can use this library in their existing workflow.
The text was updated successfully, but these errors were encountered: