File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ This is the default configuration:
1010
1111{{< code-toggle config=minify />}}
1212
13- See the [ tdewolff/minify] project page for details.
13+ See the [ tdewolff/minify] project page for details, but note the following:
14+
15+ - ` css.inline ` is for internal use. Changing this setting has no effect.
16+ - ` css.keepCSS2 ` has been deprecated. Use ` css.version ` instead.
17+ - ` html.keepConditionalComments ` has been deprecated. Use ` html.keepSpecialComments ` instead.
18+ - ` svg.inline ` is for internal use. Changing this setting has no effect.
1419
1520[ tdewolff/minify ] : https://github.com/tdewolff/minify
Original file line number Diff line number Diff line change @@ -1490,8 +1490,9 @@ config:
14901490 tdewolff :
14911491 css :
14921492 inline : false
1493- keepCSS2 : true
1493+ keepCSS2 : false
14941494 precision : 0
1495+ version : 0
14951496 html :
14961497 keepComments : false
14971498 keepConditionalComments : false
You can’t perform that action at this time.
0 commit comments