Closed sattaman closed 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)
I agree the current solution is not ideal. Let me take a look at this and make sure this gets built as intended
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)