classafSass4f::Main

sys::Obj
  util::AbstractMain
    afSass4f::Main

Runs Sass4f from the command line.

C:\> fan afSass4j [-x] [-m] <sassIn> <cssOut>

Where sassIn and cssOut are files. OS dependent and / or URI notation may be used. Example:

C:\> fan afSass4j -x C:\projects\website.scss C:\projects\website.css

C:\> fan afSass4j -x file:/C:/projects/website.scss file:/C:/projects/website.css

-x compresses the CSS output and -m generates a source map.