I\'m using Gulp to compile my sass into css. A simple task compiles the style.scss file in the _/sass directory and saves the output into the root of t
style.scss
_/sass
For this you need to do start with same gulpfile.js folder
@import '_/sass/reset'
I think the Gulp reads the import and find the file from where gulpfile.js are located