Skip to content

Commit

Permalink
minifiers: Update to new CSS config
Browse files Browse the repository at this point in the history
  • Loading branch information
bep authored and jakejarvis committed Mar 5, 2021
1 parent 6c6e774 commit 8c67d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minifiers/minifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c67d3f

Please sign in to comment.