Provided by: rsass_0.25.2-4_amd64 bug

NAME

       rsass - compiles CSS from SCSS files)

DESCRIPTION

       rsass 0.25.2 Rasmus Kaj <kaj@kth.se> Sass implementation in pure rust (not complete yet)

   USAGE:
              rsass [OPTIONS] <INPUT>...

   ARGS:
       <INPUT>...
              Sass file(s) to translate

   OPTIONS:
       -h, --help
              Print help information

       -I, --load-path <LOAD_PATH>
              Where to search for included resources

       --precision <PRECISION>
              How many digits of precision to use when outputting decimal numbers [default: 5]

       -t, --style <STYLE>
              How to format output [default: expanded] [possible values: Compressed, Expanded]

       -v, --version
              Print version information

       For  information  about  rsass  and  its  current  state  of  development, please refer to
       https://github.com/kaj/rsass/ .

       The sass / scss languate itself is documented at https://sass-lang.com/ .