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

remove import of styles.css #56

Closed sattaman closed 7 years ago

sattaman commented 7 years ago

Importing styles.css is breaking non webpack builds as well as Universal/Isomorphic server apps

This PR changes imports to directly from the lib folder (as done by other libraries like https://github.com/airbnb/react-dates)

kylecesmat commented 7 years ago

I agree the current solution is not ideal. Let me take a look at this and make sure this gets built as intended