dartsass: Add sourceMapIncludeSources option

This commit is contained in:
Bjørn Erik Pedersen 2022-12-02 09:26:38 +01:00
parent 7d16c3c0c1
commit e93138dfdb
4 changed files with 25 additions and 17 deletions

View file

@ -38,6 +38,9 @@ precision [int]
enableSourceMap [bool]
: When enabled, a source map will be generated.
sourceMapIncludeSources [bool]
: When enabled, sources will be embedded in the generated source map. (Dart Sass only). {{< new-in "0.108.0" >}}
includePaths [string slice]
: Additional SCSS/Sass include paths. Paths must be relative to the project directory.