aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--minifiers/minifiers.go4
1 files 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.