Revert to minify v2.6.1

Closes #6791
This commit is contained in:
Bjørn Erik Pedersen
2020-01-23 17:03:23 +01:00
parent fb974ae87f
commit 7ed22e9fb6
2 changed files with 3 additions and 3 deletions

View File

@@ -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.