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 #55

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)

sattaman commented 7 years ago

abandoning as included extra commit needed for npm import from github