How to add SASS/SCSS support to a SailsJS application

When you create a brand new install of SailsJS, by default, SailsJS comes with only LESS support. Being a big fan of SCSS, I prefer to use SCSS instead of LESS. Unfortunately SailsJS as smart as it is does not automatically recognize if you are using SCSS. There is some…