mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Correct the PostCSS noMap default value (#1534)
This commit is contained in:
@@ -37,7 +37,7 @@ config [string]
|
||||
: Path to the PostCSS configuration file
|
||||
|
||||
noMap [bool]
|
||||
: Default is `true`. Disable the default inline sourcemaps
|
||||
: Default is `false`. Disable the default inline sourcemaps
|
||||
|
||||
inlineImports [bool] {{< new-in "0.66.0" >}}
|
||||
: Default is `false`. Enable inlining of @import statements. It does so recursively, but will only import a file once.
|
||||
|
||||
Reference in New Issue
Block a user