logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rsass-cli - compiles CSS from SCSS files

Description

       Commandline interface for rsass, compiles scss to css.

   Arguments:
              <INPUT>...

              Sass file(s) to translate

Name

       rsass-cli - compiles CSS from SCSS files

Options

-v, --version

              Print version informaion

       --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: - expanded:   The expanded format, nice readable css - compressed: The compressed
              format, saves download size

       -I, --load-path <LOAD_PATH>

              Where to search for included resources

       -h, --help

              Print help (see a summary with '-h')

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

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

rsass-cli 0.29.0                                   March 2025                                       RSASS-CLI(1)

Synopsis

rsass [OPTIONS] <INPUT>...

See Also