-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
SASS_PATH=node_modules:src doesn't work #6322
Comments
Hi @frederikhors, it looks like you haven't completed the issue template, which makes this very hard to resolve. If you can please supply the requested information, we can take a look at this for you. |
From the documentation for material-components it looks like the
If this works for you then it's probably just a correction to the documentation that's needed. I had the same problem and it's fixed for me now. |
One quick follow on thought I had about this was that I'm not sure if my solution is cross platform. Was this the intent behind the original method?
As it happens, I am on Windows but use the linux syntax with Git Bash set as my IDE shell. hth |
I HAVE SAME PROBLEM. ANY SUGGESTION PLEASE... |
|
On Windows you have to use |
We should probably mention that in the docs. Would you like to submit a PR? |
also @iansu can you include in the documentation that you need a semicolon instead of a colon on windows environments
|
Mentioned a note for windows operating system to use syntax like `SASS_PATH=./node_modules;./src`
Just created a PR with the fix in the documentation. Please review. |
I'm trying to use as stated in https://facebook.github.io/create-react-app/docs/adding-a-sass-stylesheet
It gives me this error:
If I use below (with ~) it works:
The text was updated successfully, but these errors were encountered: