summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-12-31 11:18:54 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-12-31 11:18:54 +0100
commit48994ea766f08332f57c0f8e74843b6c8617c3d1 (patch)
treef45ee78d8ab3edc5d3ed0bf18c3bd209ab098342 /docs
parent428b0b32947ec16f8585b8c33548d72fd4fb025d (diff)
dartsass: Dart Sass only supports `expanded` and `compressed`
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/content/en/hugo-pipes/scss-sass.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/hugo-pipes/scss-sass.md b/docs/content/en/hugo-pipes/scss-sass.md
index 0cea1254f..5f51e24c9 100755
--- a/docs/content/en/hugo-pipes/scss-sass.md
+++ b/docs/content/en/hugo-pipes/scss-sass.md
@@ -33,7 +33,7 @@ targetPath [string]
: If not set, the resource's target path will be the asset file original path with its extension replaced by `.css`.
outputStyle [string]
-: Default is `nested`. Other available output styles are `expanded`, `compact` and `compressed`.
+: Default is `nested` (LibSass) and `expanded` (Dart Sass). Other available output styles for LibSass are `expanded`, `compact` and `compressed`. Dart Sass only supports `expanded` and `compressed`.
precision [int]
: Precision of floating point math. **Note:** This option is not supported by Dart Sass.