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

Dynamic props in styled

mahanfakhimi opened this issue · comments

Why don't we have access to props when styled like styled-components? For dynamic styling, for example, I want to get the display property from props when using styled and receive it dynamically. Please add this feature.