.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH SASS "1" "May 2017" "Sass 3.4.24 (Selective Steve)" "User Commands" .SH NAME Sass \- Sass compiles CSS from SASS or SCSS files .SH SYNOPSIS .B scss [\fI\,options\/\fR] [\fI\,INPUT\/\fR] [\fI\,OUTPUT\/\fR] .SH DESCRIPTION .SS "Description:" .IP Converts SCSS or Sass files to CSS. .SS "Common Options:" .TP \fB\-I\fR, \fB\-\-load\-path\fR PATH Specify a Sass import path. .TP \fB\-r\fR, \fB\-\-require\fR LIB Require a Ruby library before running Sass. .TP \fB\-\-compass\fR Make Compass imports available and load project configuration. .TP \fB\-t\fR, \fB\-\-style\fR NAME Output style. Can be nested (default), compact, compressed, or expanded. .TP \-?, \fB\-h\fR, \fB\-\-help\fR Show this help message. .TP \fB\-v\fR, \fB\-\-version\fR Print the Sass version. .SS "Watching and Updating:" .TP \fB\-\-watch\fR Watch files or directories for changes. The location of the generated CSS can be set using a colon: .TP scss \fB\-\-watch\fR input.scss:output.css scss \fB\-\-watch\fR input\-dir:output\-dir .TP \fB\-\-poll\fR Check for file changes manually, rather than relying on the OS. Only meaningful for \fB\-\-watch\fR. .TP \fB\-\-update\fR Compile files or directories to CSS. Locations are set like \fB\-\-watch\fR. .TP \fB\-f\fR, \fB\-\-force\fR Recompile every Sass file, even if the CSS file is newer. Only meaningful for \fB\-\-update\fR. .TP \fB\-\-stop\-on\-error\fR If a file fails to compile, exit immediately. Only meaningful for \fB\-\-watch\fR and \fB\-\-update\fR. .SS "Input and Output:" .TP \fB\-\-sass\fR Use the indented Sass syntax. .TP \fB\-\-sourcemap\fR=\fI\,TYPE\/\fR How to link generated output to the source files. auto (default): relative paths where possible, file URIs elsewhere file: always absolute file URIs inline: include the source text in the sourcemap none: no sourcemaps .TP \fB\-s\fR, \fB\-\-stdin\fR Read input from standard input instead of an input file. This is the default if no input file is specified. .TP \fB\-E\fR, \fB\-\-default\-encoding\fR ENCODING Specify the default encoding for input files. .TP \fB\-\-unix\-newlines\fR Use Unix\-style newlines in written files. Always true on Unix. .TP \fB\-g\fR, \fB\-\-debug\-info\fR Emit output that can be used by the FireSass Firebug plugin. .TP \fB\-l\fR, \fB\-\-line\-numbers\fR Emit comments in the generated CSS indicating the corresponding source line. .HP \fB\-\-line\-comments\fR .SS "Miscellaneous:" .TP \fB\-i\fR, \fB\-\-interactive\fR Run an interactive SassScript shell. .TP \fB\-c\fR, \fB\-\-check\fR Just check syntax, don't evaluate. .TP \fB\-\-precision\fR NUMBER_OF_DIGITS How many digits of precision to use when outputting decimal numbers. Defaults to 5. .TP \fB\-\-cache\-location\fR PATH The path to save parsed Sass files. Defaults to .sass\-cache. .TP \fB\-C\fR, \fB\-\-no\-cache\fR Don't cache parsed Sass files. .TP \fB\-\-trace\fR Show a full Ruby stack trace on error. .TP \fB\-q\fR, \fB\-\-quiet\fR Silence warnings and status messages during compilation.