pub struct Options {
pub alert_ascii: bool,
pub alert_color: Option<bool>,
pub importers: Vec<SassImporter>,
pub load_paths: Vec<PathBuf>,
pub logger: Option<SassLogger>,
pub quiet_deps: bool,
pub source_map: bool,
pub source_map_include_sources: bool,
pub style: OutputStyle,
pub verbose: bool,
pub charset: bool,
}Expand description
https://sass-lang.com/documentation/js-api/interfaces/Options
Fields§
§alert_ascii: boolhttps://sass-lang.com/documentation/js-api/interfaces/Options#alertAscii
alert_color: Option<bool>https://sass-lang.com/documentation/js-api/interfaces/Options#alertColor
importers: Vec<SassImporter>https://sass-lang.com/documentation/js-api/interfaces/Options#importers
load_paths: Vec<PathBuf>https://sass-lang.com/documentation/js-api/interfaces/Options#loadPaths
logger: Option<SassLogger>https://sass-lang.com/documentation/js-api/interfaces/Options#logger
quiet_deps: boolhttps://sass-lang.com/documentation/js-api/interfaces/Options#quietDeps
source_map: boolhttps://sass-lang.com/documentation/js-api/interfaces/Options#sourceMap
source_map_include_sources: boolhttps://sass-lang.com/documentation/js-api/interfaces/Options#sourceMapIncludeSources
style: OutputStylehttps://sass-lang.com/documentation/js-api/interfaces/Options#style
verbose: boolhttps://sass-lang.com/documentation/js-api/interfaces/Options#verbose
charset: boolhttps://sass-lang.com/documentation/js-api/interfaces/Options#charset