rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
26.09k stars 1.81k forks source link

nprogress can't load the nprogress .css #197

Closed lyqgit closed 6 years ago

lyqgit commented 6 years ago

when I use the create-react-app, the style can't be loaded,I can only copy style fill in App.css

hugoskwirrel commented 6 years ago

import 'nprogress/nprogress.css';

RamyRais commented 6 years ago

@lyqgit is the solution proposed by @hugoskwirrel works? if yes could you please close the issue.

GMaiolo commented 5 years ago

This should be added to the documentation, thanks @RamyRais