classafSass4f::Main

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

Runs Sass4f from the command line.

C:\> fan afSass4j [-x] [-m] [-w] <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, -m generates a source map, and -w continuously watches for file updates.