Computer Science, asked by shrutishahapur, 10 months ago

Which among the following helps to compile into .CSS forma in gulp sass

Answers

Answered by Anonymous
0

Answer:

We can compile Sass to CSS in Gulp with the help of a plugin called gulp-sass. You can install gulp-sass into your project by using the npm install command like we did for gulp . We'd also want to use the --save-dev flag to ensure that gulp-sass gets added to devDependencies in package.

Similar questions