8 ms·
This is one the reasons Hampton Catlin (the original author of Sass) created libsass, a port of Sass to C for portability. Check it out: https://github.com/hcat
by tomeric 14y ago
This is one the reasons Hampton Catlin (the original author of Sass) created libsass, a port of Sass to C for portability. Check it out: https://github.com/hcatlin/libsass https://github.com/hcatlin/libsass
- eropple 14y agoHuh, never saw this! And it does seem to support SCSS (I don't like the SASS style at all). I'll have to take a look at this more closely. Thanks!
- astrofinch 14y agoIs it safe to assume that this compiles CSS much faster than the original?
- eropple 14y agoAfter some brief testing: definitely. Faster than LESS by a good bit, too. I'm not sure I'm going to use it, because of the compiled dependency (I'm on a Scala/Vert.x stack and I like being able to just check it out and hit "go"), but it's at least a practical option for me and I'm glad it exists.