Gulp-sass fails to compile scss file

前端 未结 3 847
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 17:57

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

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-05 18:18

    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

提交回复
热议问题