class Sass::Exec::SassConvert

def set_opts(opts)

Parameters:
  • opts (OptionParser) --
def set_opts(opts)
  opts.banner = <<END
e: sass-convert [options] [INPUT] [OUTPUT]
ription:
nverts between CSS, indented syntax, and SCSS files. For example,
is can convert from the indented syntax to SCSS, or from CSS to
SS (adding appropriate nesting).
  common_options(opts)
  style(opts)
  input_and_output(opts)
  miscellaneous(opts)
end