I recently switched from Grunt to Gulp.
Is it possible to display as a comment the line number in compiled CSS files that would indicate where this rule came from in the SASS file?
This feature was enabled by default when I used the grunt-contrib-compass module.
Now I use gulp-sass to compile my sass files.
source
share