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

Support SASS_PATH environment variable #512

Closed
kfranqueiro opened this issue Oct 30, 2018 · 0 comments
Closed

Support SASS_PATH environment variable #512

kfranqueiro opened this issue Oct 30, 2018 · 0 comments
Assignees

Comments

@kfranqueiro
Copy link

SASS_PATH is an environment variable present since Sass 3.2 (see http://sass-lang.com/documentation/file.SASS_CHANGELOG.html#Smaller_Improvements10):

Sass.load_paths is initialized to the value of the SASS_PATH environment variable. This variable should contain a colon-separated list of load paths (semicolon-separated on Windows).

This feature is supported by node-sass.

This may also end up being a useful escape hatch for configuring include paths within opinionated "zero-configuration" frameworks such as Create React App 2.

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

No branches or pull requests

2 participants