stitchesjs / stitches

[Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.

Home Page:https://stitches.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No types for unsupported CSS properties

kyle-lambert opened this issue · comments

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

  • OS: [e.g. macOS]
  • Version of Stitches: 1.2.8
  • Version of Node.js: 14.19.1
commented

Could you please create a codesandbox with the issue?