solid-styled icon indicating copy to clipboard operation
solid-styled copied to clipboard

Reactive stylesheets for SolidJS

Results 8 solid-styled issues
Sort by recently updated
recently updated
newest added

error : ``` Unexpected use of css. Make sure that solid-styled's plugin is setup correctly. ``` configuration: I tried this ``` export default defineConfig({ integrations: [solidJs(), integratePaths()], plugins : [...

I actually wanted to reproduce a different issue with router (my routes are not getting styled) But got something else in the process ``` [vite] Internal server error: /home/projects/wasm-is-undefined-solid-styled/app.tsx: wasm...

Using `css` tempalte tag in solid-start routes/pages causes an error. Minimum repro example: ```tsx import { css } from 'solid-styled' export default function Page() { css` .content { padding: 2rem;...

Using a solid-styled component inside astro locally works fine ex: https://github.com/xypnox/xip/blob/5a7d8731d9b9bde7d4d688870551d8ec23628226/packages/xip-warehouse/src/components/pureStyled.tsx#L1-L12 However, using from a package: https://github.com/xypnox/xip/blob/5a7d8731d9b9bde7d4d688870551d8ec23628226/packages/xip-warehouse/src/components/ui.tsx#L15-L22 Results in the error: `Unexpected use of css. Make sure that solid-styled's plugin...

In several instances, I repeat a set of css styles, for example for a button I will have a set of css rules which will also be used for a...

Sorry did not know where to put this, but I wanted to share this in case anyone else needed it. vsCode keybindings, to change as needed. For commenting inside tags....