Skip to content

MinifierPluginCompressColorValues

natxet edited this page Oct 6, 2015 · 1 revision

#sidebar Sidebar

= !CompressColorValues minifier plugin =

== Description == This plugin compress color values in hexadecimal notation if possible.

== Configuration: ==

  • true / false

== Defaults: ==

  • false

== Before: == {{{ color: #aabbcc; }}}

== After: == {{{ color:#abc; }}}