From ba07bd9707e4643928d07bbc42564ee7fa9d5dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 2 Dec 2022 09:26:38 +0100 Subject: [PATCH] dartsass: Add sourceMapIncludeSources option --- content/en/hugo-pipes/scss-sass.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/hugo-pipes/scss-sass.md b/content/en/hugo-pipes/scss-sass.md index ad4a66b11..169c473d2 100755 --- a/content/en/hugo-pipes/scss-sass.md +++ b/content/en/hugo-pipes/scss-sass.md @@ -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.