As opposed to grunt-contrib-sass, grunt-sass doesn't require Ruby nor Sass to be installed on the system. It relies on node-sass which makes installation a bit easier.
Note: modifications on the built .min.css are due to precision in rounded values or formatting.
As opposed to
grunt-contrib-sass
,grunt-sass
doesn't require Ruby nor Sass to be installed on the system. It relies onnode-sass
which makes installation a bit easier.Note: modifications on the built
.min.css
are due to precision in rounded values or formatting.