Correct the PostCSS noMap default value (#1534)

This commit is contained in:
Joe Mooring
2021-10-11 08:27:38 -07:00
committed by GitHub
parent 6a5b29fcc0
commit 129c8834af
+1 -1
View File
@@ -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.