Implement SASS_PATH
- New function buildIncludePaths to build the includePaths string for passing through to libsass - In buildIncludePaths, check for SASS_PATH environment variable, and if found include them behind any other specified include-paths - Add two tests to `.render(options, callback)`: - "should check SASS_PATH in the specified order" - "should prefer include path over SASS_PATH"
Showing
test/fixtures/sass-path/expected-orange.css
0 → 100644
test/fixtures/sass-path/expected-red.css
0 → 100644
test/fixtures/sass-path/index.scss
0 → 100644
test/fixtures/sass-path/orange/colors.scss
0 → 100644
test/fixtures/sass-path/red/colors.scss
0 → 100644
Please
register
or
sign in
to comment