We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#sidebar Sidebar
= !CompressColorValues minifier plugin =
== Description == This plugin compress color values in hexadecimal notation if possible.
== Configuration: ==
true
false
== Defaults: ==
== Before: == {{{ color: #aabbcc; }}}
== After: == {{{ color:#abc; }}}