From: Bjørn Erik Pedersen Date: Tue, 7 Jan 2020 17:06:22 +0000 (+0100) Subject: minifiers: Update to new CSS config X-Git-Tag: v0.63.0~22 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=451380177868e48127a33362aa8d553b90516fb5;p=brevno-suite%2Fhugo minifiers: Update to new CSS config Update #6719 --- diff --git a/minifiers/minifiers.go b/minifiers/minifiers.go index 9533ebb6..7dc59dad 100644 --- a/minifiers/minifiers.go +++ b/minifiers/minifiers.go @@ -72,8 +72,8 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client { } cssMin := &css.Minifier{ - Decimals: -1, - KeepCSS2: true, + Precision: 0, + KeepCSS2: true, } // We use the Type definition of the media types defined in the site if found.