difference between grunt-contrib-sass and grunt-sass

1.6k Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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.