styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

Missing types on grid options #355

Closed theo-mesnil closed 2 years ago

theo-mesnil commented 2 years ago

🚀 Feature Proposal

We got missing types for grid options:

Example

<Box display="grid" gridColumnStart={5}>...</Box>

This example failed on TS.

Thanks :)

theo-mesnil commented 2 years ago

@gregberge hi !

These entries are still missing :

grid-column-start grid-column-end grid-row-start grid-row-end

gregberge commented 2 years ago

Hi @theo-mesnil, feel free to submit a PR for that!