Class: SassConvert

Defined in: src/beautifiers/sass-convert.coffee
Inherits: Beautifier

Variables Summary

name =
"SassConvert"
"http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax"
executables =
[
  {
    name: "SassConvert",
    cmd: "sass-convert",
    homepage: "http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax",
    installation: "http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax",
    version: {
      parse: function(text) {
        return text.match(/Sass (\d+\.\d+\.\d+)/)[1];
      }
    },
    docker: {
      image: "unibeautify/sass-convert"
    }
  }
]
options =
{

  /*
  TODO: Add support for options
   */
  CSS: false,
  Sass: false,
  SCSS: false
}

Variable inherited from Beautifier

Promise name options executables _exe languages beautify logger

Instance Method Summary

Inherited Method Summary

Methods inherited from Beautifier

#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger

Instance Method Details

# (void) beautify(text, language, options, context)

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: