MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

App class/styles need to be global #13

Closed chrisjcodes closed 7 years ago

chrisjcodes commented 7 years ago

Currently, app styles are scoped. This is causing an issue with stories because each story is now isolated from the app styles and its making them inconsistent with how the components would look in the app container.

Solution: Move the app class into the global scope.