sassgruntjsgrunt-contrib-sass

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?


Solution

  • 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.