Skip to content

MinifierPluginConvertHslColors

natxet edited this page Oct 6, 2015 · 1 revision

#sidebar Sidebar

= !ConvertHslColors minifier plugin =

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

== Configuration: ==

  • true / false

== Defaults: ==

  • false

== Before: == {{{ color: hsl(232, 36%, 48%); }}}

== After: == {{{ color:#4e5aa7; }}}