- precision
Number of decimal places.
- output_style
Bracketing and formatting style of the CSS output.
Possible styles: "nested"
, "expanded"
, "compact"
, and
"compressed"
.
- indented_syntax
Enables the compiler to parse Sass Indented Syntax in
strings. Note that the compiler automatically overrides this option to
TRUE
or FALSE
for files with .sass and .scss file extensions
respectively.
- include_path
Vector of paths used to resolve @import
. Multiple
paths are possible using a character vector of paths.
- source_comments
Annotates CSS output with line and file comments from
Sass file for debugging.
- indent_type
Specifies the indent type as "space"
or
"tab"
.
- indent_width
Number of tabs or spaces used for indentation. Maximum
10.
- linefeed
Specifies how new lines should be delimited. Possible values:
"lf"
, "cr"
, "lfcr"
, and "crlf"
.
- output_path
Specifies the location of the output file. Note: this
option will not write the file on disk. It is only for internal reference
with the source map.
- source_map_file
Specifies the location for Sass to write the source
map.
- source_map_root
Value will be included as source root in the source
map information.
- source_map_embed
Embeds the source map as a data URI.
- source_map_contents
Includes the contents in the source map
information.
- omit_source_map_url
Disable the inclusion of source map information in
the output file. Note: must specify output_path
when TRUE
.
- ...
arguments to sass_options()
. For sass_options_set()
, the
following values are also acceptable:
NULL
, clearing the global options.
Return value of sass_options_get()
.
Return value of sass_options_set()
.