minifiers: Update to new CSS config

Update #6719
This commit is contained in:
Bjørn Erik Pedersen
2020-01-07 18:06:22 +01:00
parent 56354a63bb
commit 4513801778

View File

@@ -72,7 +72,7 @@ func New(mediaTypes media.Types, outputFormats output.Formats) Client {
}
cssMin := &css.Minifier{
Decimals: -1,
Precision: 0,
KeepCSS2: true,
}