Categories
How to change sass to scss?
How to change sass to scss? update. here is the current gulp-fle.js https://jsfiddle.net/6gfy3rwv/ here i am redoing it but its not working https://jsfiddle.net/xnf6sq42/
Answer the question
In order to leave comments, you need to log in
It is not necessary to do several tasks on styles , it is easier to write as gulp.src('app/sass/**/*.{sass,scss}') this will allow you to process both SASS and SCSS
gulp.src('app/sass/**/*.{sass,scss}')
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question