mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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{
|
cssMin := &css.Minifier{
|
||||||
Decimals: -1,
|
Precision: 0,
|
||||||
KeepCSS2: true,
|
KeepCSS2: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// We use the Type definition of the media types defined in the site if found.
|
// We use the Type definition of the media types defined in the site if found.
|
||||||
|
|
Loading…
Reference in a new issue