CanopyTax / kremling

Embarrassingly simple css for React
https://kremling.js.org
Apache License 2.0
36 stars 4 forks source link

Add Scoped to definitions, fix useCss parameter type. #41

Closed sand-head closed 4 years ago

sand-head commented 4 years ago

This adds the Scoped component to the TypeScript definition, resolving #40. I also found that the useCss hook wasn't set up to take in kremling-loader's PostCSS objects, so this also fixes that.