Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

difference between grunt-contrib-sass and grunt-sass

I am implementing grunt plugin for sass to css processing but there are 2 options are available grunt-contrib-sass and grunt-sass. I searched on the internet but unable to find any relevant answer that What is the difference between grunt-contrib-sass and grunt-sass, Which one better?

like image 251
Shobhit Verma Avatar asked May 16 '17 12:05

Shobhit Verma


1 Answers

grunt-sass uses the C++ libsass and grunt-contrib-sass uses the Ruby sass

so it's upto you, you want to use Libsass or Ruby.

like image 82
Pawan Jasoria Avatar answered Oct 21 '22 08:10

Pawan Jasoria