From 48994ea766f08332f57c0f8e74843b6c8617c3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 31 Dec 2020 11:18:54 +0100 Subject: dartsass: Dart Sass only supports `expanded` and `compressed` --- docs/content/en/hugo-pipes/scss-sass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3