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.73k stars 249 forks source link

No types for unsupported CSS properties #1092

Open kyle-lambert opened 1 year ago

kyle-lambert commented 1 year ago

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 way they do with the style prop.

Screenshots

Screen Shot 2022-09-28 at 8 52 49 pm Screen Shot 2022-09-28 at 8 57 29 pm

System information

hadihallak commented 1 year ago

Could you please create a codesandbox with the issue?