stitchesjs / stitches

[Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
https://stitches.dev
MIT License
7.72k stars 251 forks source link

Fixed `package.json#exports.types` #1150

Open Andarist opened 1 year ago

Andarist commented 1 year ago

When relying on exports.types for loading types, this condition has to come first. exports are order-dependent - tests/loaded from the top to the bottom