Skip to content

MinifierPluginConvertRgbColors

natxet edited this page Oct 6, 2015 · 1 revision

#sidebar Sidebar

= !ConvertRgbColors minifier plugin =

== Description == This minifier plugin convert color values in rgb notation to hexadecimal notation.

== Configuration: ==

  • true / false

== Defaults: ==

  • false

== Before: == {{{ color: rgb(200, 60%, 5); }}}

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