-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Module Locally Fails to Find PostCSS #195
Comments
Does the solution provided here fix your issue? TL;DR; use |
Are you using webpack for this project? Can you also include webpack css-loader in your pipeline https://github.com/webpack-contrib/css-loader Admittedly, the way this library handles its styling is problematic and will/should be changed |
I was building with create-react-app, so yes to webpack; that said, my team is vehemently against ejecting the project and exposing full control over the pipeline. The first solution listed in the referenced issue worked for us though! Thanks for responding 👍 |
Sorry for the trouble. I hope to make the handling of the timelines default CSS file easier to work with going forward. |
No worries! Thanks for making such a great library public in the first place! 😄 |
Has anybody had issues where usage of the package locally fails? I'm using this package in a react-scripts project and I'm getting the following failure when trying to use the module locally:
That line is
require('./Timeline.css');
and I can't find any reference to postCss in the project except in the autoPrefixer module, and I don't know why that would be called when requiring a css file.The text was updated successfully, but these errors were encountered: