mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-06 02:36:21 +03:00
dartsass: Add sourceMapIncludeSources option
This commit is contained in:
parent
7d16c3c0c1
commit
e93138dfdb
4 changed files with 25 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue