roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

Transform css module imports during build #120

Closed danny-andrews closed 7 years ago

danny-andrews commented 7 years ago

This changeset transforms css module imports as part of the build process.

Fixes #80 and #28 and possibly #84.

danny-andrews commented 7 years ago

This is a breaking change and will require consumers to include lib/index.css in their stylesheet bundle.

gabemeola commented 7 years ago

Awesome, this is exactly what I've been waiting for.

danny-andrews commented 7 years ago

@roylee0704 Any thoughts on this?

lfender6445 commented 7 years ago

@danny-andrews it looks as though the CI build is failing due to a lint error

danny-andrews commented 7 years ago

Closing in favor of https://github.com/roylee0704/react-flexbox-grid/pull/126. I accidentally killed the fork this PR was based off of so I had to rebuild it. :(