ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Error Implementing any css file from third-party module #596

Open bahaa96 opened 5 years ago

bahaa96 commented 5 years ago

when I import any css file from a third-party module like this import 'react-tippy/dist/tippy.css' at src/App.tsx or client/index.js it doesn't get loaded in the HTML page.

I didn't change the css config since I cloned the repo