From 129c8834afa4ae6621bdb645d4eb3917842f807d Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 11 Oct 2021 08:27:38 -0700 Subject: [PATCH] Correct the PostCSS noMap default value (#1534) --- content/en/hugo-pipes/postcss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/postcss.md b/content/en/hugo-pipes/postcss.md index 391868c59..999ebc1ab 100755 --- a/content/en/hugo-pipes/postcss.md +++ b/content/en/hugo-pipes/postcss.md @@ -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.