classafSass4f::SassSourceMapOptions
sys::Obj afSass4f::SassSourceMapOptions
Source Map compilation options.
- embed
Bool embedEmbeds the whole source map directly in the compiled CSS file by means of a data URI.
- inlineSource
Bool inlineSourceInlines the Sass source files in the source map as a
sourcesContentproperty.- omitUrl
Bool omitUrlPrevents the generation of the
sourceMappingURLspecial comment as the last line of the compiled CSS.- outputPath
File? outputPathThe directory where source map files will be generated.
If
nullthen the directory where the CSS files are generated is used. This property affects thesourceMappingURLcomment and is generally the relative path from the CSS directory.- sourceRoot
File? sourceRootThe
sourceRootproperty of the generated source map.