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

problems with import bootstrap in base.scss #28

Open
GiladShoham opened this issue Nov 6, 2016 · 1 comment
Open

problems with import bootstrap in base.scss #28

GiladShoham opened this issue Nov 6, 2016 · 1 comment

Comments

@GiladShoham
Copy link

The current import is

@import '../node_modules/bootstrap/scss/bootstrap';

But with npm 3 if you use bootstrap in your app it will most of the time will be in the main node_modules folder instead of inside neal-react.
Then the import should be (one folder up)

@import '../../node_modules/bootstrap/scss/bootstrap';
@katesclau
Copy link

Had to update my base.scss with
@import "~bootstrap/scss/bootstrap";

That did the trick for me

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