Hacker News new | ask | show | jobs
by LukeB_UK 4088 days ago
The SASS team are writing one in JavaScript so they must feel there's a need: https://github.com/sass/node-sass
1 comments

Node-sass isn't a JavaScript port of SASS, it's a Node.JS binding for libsass, the native (C) SASS compiler. The first paragraph of the readme tells you as much.