Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Implement SASS_PATH #1680

Merged
merged 1 commit into from
Aug 26, 2016
Merged

Implement SASS_PATH #1680

merged 1 commit into from
Aug 26, 2016

Commits on Aug 26, 2016

  1. 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"
    nottrobin committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    98c05d4 View commit details
    Browse the repository at this point in the history