indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

Make the css imported optional #32

Closed kathgironpe closed 8 years ago

kathgironpe commented 8 years ago

I wanted to avoid loading css from node_modules so I don't have the option on webpack to load anything with a css extension.

The reason I want to make sure the styles are all within a single directory or import rules for styles are only within stylesheets is a matter of readability and maintainability.

Do we have the option to remove the import statement? Or how to override in such a way that everything works without that css from node_modules being imported?

Thank you!

kathgironpe commented 8 years ago

I think my concern isn't a general concern. There's just something dangerous about loading all styles with css extension from node_modules. I want to avoid such problems. Thank you for this project. Saved me time.