classafSass4f::SassSourceMapOptions
sys::Obj afSass4f::SassSourceMapOptions
Source Map compilation options.
- embed
Bool embed
Embeds the whole source map directly in the compiled CSS file by means of a data URI.
- inlineSource
Bool inlineSource
Inlines the Sass source files in the source map as a
sourcesContent
property.- omitUrl
Bool omitUrl
Prevents the generation of the
sourceMappingURL
special comment as the last line of the compiled CSS.- outputPath
File? outputPath
The directory where source map files will be generated.
If
null
then the directory where the CSS files are generated is used. This property affects thesourceMappingURL
comment and is generally the relative path from the CSS directory.- sourceRoot
File? sourceRoot
The
sourceRoot
property of the generated source map.