From an answer on Stack Overflow
You don't need to download and install libsass manually. It is installed with an implementer. I picked node-sass implementer because it is based on node.js.
Installing node-sass If you don't have npm, install Node.js first. To install node-sass globally [-g]:
$ npm install -g node-sass