You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @MartyMaro, @dylanvdmerwe, thanks for reporting this issue.
This extension using Ruby Sass command line tools from the beggining, which were officially supported until March 26, 2018, and Dart Sass and JavaScript implementation of Sass is not supported at this moment.
I'll try to replace Ruby Sass with Dart Sass before June 26, 2018 (3 months from official replacement). Please note that pure JavaScript implementation of Sass will not be supported at all because it's slower than Dart Sass and/or Ruby Sass implementation.
When I try to format my scss file on my MacBook with cmd+k cmd+d, I get this error:
/bin/sh: sass-convert: command not found
debug info:
I tried to install the sass command line tools with
brew install
and withsudo npm install -g
. In both cases, thesass
command can be found, though.The text was updated successfully, but these errors were encountered: