mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:16:52 -04:00
dartsass: Dart Sass only supports expanded
and compressed
This commit is contained in:
parent
7da6f54be4
commit
f81d118af8
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user