We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No
This is a simple question/discussion. I believe we should have something along the lines of:
Note Use SASS_PATH=./node_modules;./src if you're currently working on an Windows environment instead.
SASS_PATH=./node_modules;./src
To indicate that under Windows the paths start with ./ and are separated by ;
./
;
At this page: https://facebook.github.io/create-react-app/docs/adding-a-sass-stylesheet
To avoid confusion. I know that the recommended way is to setup an Ubuntu environment on windows 10 or something, but I believe this worth noting.
What do you think? Should I make the PR?
The text was updated successfully, but these errors were encountered:
Go for it. Please refer to #6322
Sorry, something went wrong.
No branches or pull requests
Is this a bug report?
No
This is a simple question/discussion.
I believe we should have something along the lines of:
Note Use
SASS_PATH=./node_modules;./src
if you're currently working on an Windows environment instead.To indicate that under Windows the paths start with
./
and are separated by;
At this page: https://facebook.github.io/create-react-app/docs/adding-a-sass-stylesheet
To avoid confusion. I know that the recommended way is to setup an Ubuntu environment on windows 10 or something, but I believe this worth noting.
What do you think? Should I make the PR?
The text was updated successfully, but these errors were encountered: