solid-styled-jsx
solid-styled-jsx copied to clipboard
A Styled JSX wrapper for Solid
Say I style a component ```jsx const MyButton = ()=> { return Hello {` .common-button { background-color: slateblue; } `} } ``` And I use it ```jsx ``` I would...
" styled is not a function (While processing: "\\node_modules\\solid-styled-jsx\\babel.js") Could it be because there are outdated dependencies? I installed with --force I'm using Parcel and the babel.js in the plugin...
I've been taking solid-styled-jsx for a test run in porting an app from Vue to Solid (easy to copy/paste styles from `` to `` that way). I'm encountering an issue...