We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#sidebar Sidebar
= !ConvertRgbColors minifier plugin =
== Description == This minifier plugin convert color values in rgb notation to hexadecimal notation.
== Configuration: ==
true
false
== Defaults: ==
== Before: == {{{ color: rgb(200, 60%, 5); }}}
== After: == {{{ color:#c89905; }}}