We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#sidebar Sidebar
= !ConvertHslColors minifier plugin =
== Description == This minifier plugin convert color values in hsl notation to hexadecimal notation.
== Configuration: ==
true
false
== Defaults: ==
== Before: == {{{ color: hsl(232, 36%, 48%); }}}
== After: == {{{ color:#4e5aa7; }}}