electron-compilers icon indicating copy to clipboard operation
electron-compilers copied to clipboard

Relative Sass/SCSS import

Open gwangyi opened this issue 7 years ago • 0 comments

When Sass/SCSS file is imported with relative path in other imported Sass/SCSS file, original implementation fails to resolve path.

This commit let build importer hook puts directory contains previous imported file into head of include path temporally.

gwangyi avatar Jan 11 '18 06:01 gwangyi