dartsass: Dart Sass only supports expanded and compressed

This commit is contained in:
Bjørn Erik Pedersen
2020-12-31 11:18:54 +01:00
parent 428b0b3294
commit 48994ea766
3 changed files with 4 additions and 2 deletions

View File

@@ -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.