rebassjs / grid

This package has moved and renamed
https://rebassjs.org/reflexbox
MIT License
2.04k stars 96 forks source link

TypeScript support after name change #181

Closed krzkaczor closed 5 years ago

krzkaczor commented 5 years ago

I think that typescript typings are broken now since the name of the package changed.

Fallback to old package works just fine:

yarn add grid-styled @types/grid-styled
mksony commented 5 years ago

You can do npm i -D @types/rebass__grid or yarn add -D @types/rebass__grid since this is now a scoped package.