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
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 2 additions and 2 deletions

View File

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