sass-convert
sass-convert copied to clipboard
[umaintained] Node.js bindings to sass-convert.
There is a vulnerability issue in the plugin. snyk showing the vulnerability.
Hi guys! Is there a way to run this lib in a express service? I have to do a service to convert css codes to sass codes. I tried do...
[Moved from SassDoc/sassdoc#376](https://github.com/SassDoc/sassdoc/issues/376#issuecomment-98188574) @misscs: > I'm running into an issue where sass-convert cannot successfully run: ``` » [ERROR] Error: spawn bundle exec sass-convert ENOENT at exports._errnoException (util.js:742:11) at Process.ChildProcess._handle.onexit (child_process.js:1038:32)...
At the time of writing `sass-convert` LibSass wasn't so widely used and lagged quite behind the Ruby version. Plus we couldn't really figure out how to leverage its `sass2scss` binary....
First off: I love this package, and I've found it incredibly helpful. Thank you guys for your hard work. This is something I stumbled upon: Any whitespace inconsistencies will cause...
Support not only [Vinyl](https://github.com/wearefractal/vinyl) files streams, but conventional ones ? `fs.createReadStream()` for instance. Additionally Grunt will most likely [support streams](https://cowboy.github.io/state-of-grunt-fe-summit-2014-talk/#60) at some point.
Convert `sass-convert` from Ruby to JS and embed it. http://opalrb.org Probably with a post-install script, fetching the lib from Sass repo. This would prevent from running those pesky binary checks.