mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
56354a63bb
commit
4513801778
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue