Sass Boostrap and Grunt

Hi guys, I have a copy of sass boostrap, I choose to work with the sass version of bootstrap because I feel more confortable than less, is there a gruntfile for roots to compile sass files instead less files? You could consider this option since there are people like me who would like to use roots with sass and not with less. Thank you

It’s not too difficult to have Grunt compile SASS, although it does require you to have the correct npm installed, and edit the Gruntfile.js file.

I wrote a blog post about using SASS, although I also set it up to use a different CSS framework, Pure CSS. But it will probably help you to get what you need: http://kalenjohnson.com/customizing-roots-sass/

Post here if you have any questions

2 Likes