From 451380177868e48127a33362aa8d553b90516fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 7 Jan 2020 18:06:22 +0100 Subject: [PATCH] minifiers: Update to new CSS config Update #6719 --- minifiers/minifiers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minifiers/minifiers.go b/minifiers/minifiers.go index 9533ebb69..7dc59dada 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.