From 7ed22e9fb6a5b74c52ae6054b843b8c64e83f4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 23 Jan 2020 17:03:23 +0100 Subject: Revert to minify v2.6.1 Closes #6791 --- minifiers/minifiers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minifiers') diff --git a/minifiers/minifiers.go b/minifiers/minifiers.go index 7dc59dada..9533ebb69 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{ - Precision: 0, - KeepCSS2: true, + Decimals: -1, + KeepCSS2: true, } // We use the Type definition of the media types defined in the site if found. -- cgit v1.2.3