Codebrahma / react-lite-ui

A set of React components. Themable / Customizable / Light weight library
MIT License
40 stars 15 forks source link

fix: remove isomorphic style loader and use style loader #333

Closed rishichawda closed 5 years ago

rishichawda commented 5 years ago

Status :

Ready

Description :

using isomorphic style loader is currently breaking the components style. For now, we can use style-loader to continue development and later fix the window not found issue for gatsby sites ( SSR in general )

Todos