klei/gulp-inject

Update how SCSS files are injected

tigerclaw-az opened this issue · 0 comments

The transform for injecting SCSS files should be updated to fix the following:

  1. Remove the .scss or .sass extension, e.g. filename.scss would result in @import "filename";
  2. Support for SCSS partials by removing the leading _, e.g. a/b/c/_partial.scss would result in @import "a/b/c/partial"