classafSass4f::SassSourceMapOptions

sys::Obj
  afSass4f::SassSourceMapOptions

Source Map compilation options.

embed

Source

Bool embed

Embeds the whole source map directly in the compiled CSS file by means of a data URI.

inlineSource

Source

Bool inlineSource

Inlines the Sass source files in the source map as a sourcesContent property.

omitUrl

Source

Bool omitUrl

Prevents the generation of the sourceMappingURL special comment as the last line of the compiled CSS.

outputPath

Source

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 the sourceMappingURL comment and is generally the relative path from the CSS directory.

sourceRoot

Source

File? sourceRoot

The sourceRoot property of the generated source map.