Open andersonbalves opened 4 years ago
Hi @andersonbalves,
our sass-convert
package is buggy and unmaintained. I would recommend not using it.
It's trying to access the old Ruby Sass binary, which leads to several issues.
Thanks for the answer @pascalduez
So I'll try do use ruby-sass directly (hope it works hahaha).
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 make this but when I call the convert({from: 'css', to: 'sass'}) I get this following error:
My code: