.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH SASS "1" "December 2018" "Sass 3.5.3 (Bleeding Edge)" "User Commands" .SH NAME Sass \- Sass compiles CSS from SASS or SCSS files .SH SYNOPSIS .B sass-convert [\fI\,options\/\fR] [\fI\,INPUT\/\fR] [\fI\,OUTPUT\/\fR] .SH DESCRIPTION .SS "Description:" .IP Converts between CSS, indented syntax, and SCSS files. For example, this can convert from the indented syntax to SCSS, or from CSS to SCSS (adding appropriate nesting). .SS "Common Options:" .TP \fB\-F\fR, \fB\-\-from\fR FORMAT The format to convert from. Can be css, scss, sass. By default, this is inferred from the input filename. If there is none, defaults to css. .TP \fB\-T\fR, \fB\-\-to\fR FORMAT The format to convert to. Can be scss or sass. By default, this is inferred from the output filename. If there is none, defaults to sass. .TP \fB\-i\fR, \fB\-\-in\-place\fR Convert a file to its own syntax. This can be used to update some deprecated syntax. .TP \fB\-R\fR, \fB\-\-recursive\fR Convert all the files in a directory. Requires \fB\-\-from\fR and \fB\-\-to\fR. .TP \-?, \fB\-h\fR, \fB\-\-help\fR Show this help message. .TP \fB\-v\fR, \fB\-\-version\fR Print the Sass version. .SS "Style:" .TP \fB\-\-dasherize\fR Convert underscores to dashes. .TP \fB\-\-indent\fR NUM How many spaces to use for each level of indentation. Defaults to 2. "t" means use hard tabs. .TP \fB\-\-old\fR Output the old\-style ":prop val" property syntax. Only meaningful when generating Sass. .SS "Input and Output:" .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. Requires \fB\-\-from\fR. .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. .SS "Miscellaneous:" .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 to sassc files. .TP \fB\-q\fR, \fB\-\-quiet\fR Silence warnings and status messages during conversion. .TP \fB\-\-trace\fR Show a full Ruby stack trace on error