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

react-slidedown import should use tilda #1

Closed
metadan opened this issue May 29, 2020 · 2 comments
Closed

react-slidedown import should use tilda #1

metadan opened this issue May 29, 2020 · 2 comments

Comments

@metadan
Copy link
Contributor

metadan commented May 29, 2020

file: src/scss/styles.scss

Please swap

@import '../../node_modules/react-slidedown/lib/slidedown.css';

to

@import '~react-slidedown/lib/slidedown.css';

so that when importing scss into another project file it doesn't break the import

@azouaoui-med
Copy link
Owner

That's much cleaner .. thank you :)

@metadan
Copy link
Contributor Author

metadan commented May 29, 2020

You're welcome. Thanks for the useful component

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

2 participants