stitches
stitches copied to clipboard
[Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
# Bug report ## Describe the bug Types for CSS properties are not working in `styled` or `css`. ## Expected behavior Unsupported CSS rules should throw type errors, the same...
Currently theme vars are injected eagerly into `:root` element. Actually some vars are defined but never used.
https://github.com/stitchesjs/stitches/pull/1103
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.2 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...
# Bug report ## Describe the bug I wanted to use `getCssText` to replicate styles into pip window and found this bug. When there is `all: unset` the order of...
This PR addresses an issue in the `createGlobalCssFunction` where `@import` rules might not always be inserted at the top of the stylesheet. According to the CSS specification, all `@import` rules...