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.74k stars 253 forks source link

Dynamic props in styled #1155

Open mahanfakhimi opened 1 year ago

mahanfakhimi commented 1 year ago

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.