styled-vanilla-extract icon indicating copy to clipboard operation
styled-vanilla-extract copied to clipboard

A 0-runtime styled-components-like API for Qwik using vanilla-extract.

Results 5 styled-vanilla-extract issues
Sort by recently updated
recently updated
newest added

After modifying the content of xx.css.ts , the project needs to be rebuilt to take effect. ndoe: v20.11.1 win11 "@builder.io/qwik": "^1.5.1", "@builder.io/qwik-city": "^1.5.1", "@vanilla-extract/css": "^1.14.1", "styled-vanilla-extract": "^0.5.12",

It looks like this isn't currently compatible with Vite v5 which is what I got setup when using `create-qwik`. ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve...

**Describe the bug** `styled-vanilla-extract`, as defined in the [Qwik Documentation](https://qwik.builder.io/integrations/integration/styled-vanilla-extract/) crashes server-side. **To Reproduce** Below is a 2~3 minute configuration that demonstrates `styled-vanilla-extract` generating a `[vite] Internal sever error`. *I've...

annotated `styled` calls with their source location and convert it to jsxDEV calls

@wmertens, In the interest of contributing to `styled-vanilla-extract`, it would be useful to have a more clear contribution section on how to build locally and import into a local Qwik...