Skip to content
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

Missing scss directory when installed by npm (or yarn). #2

Open
devserkan opened this issue Mar 5, 2019 · 0 comments
Open

Missing scss directory when installed by npm (or yarn). #2

devserkan opened this issue Mar 5, 2019 · 0 comments

Comments

@devserkan
Copy link

devserkan commented Mar 5, 2019

After installing the package by npm (or yarn) there isn't any scss directory inside react-fuse-picker/es, so the application can't find ./scss/index.scss. After copying that directory from the repository manually, it works.

Another solution is removing import "./scss/index.scss"; and adding import "../umd/main.css"; in es/index.js or component itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant