atadams/Hex-to-HSL-Color

jQuery id selectors can be converted to hsl(...) using global conversion.

Closed this issue · 1 comments

$('#add_plugin_here') is converted to $('hsl(180, 43%, 77%)_plugin_here').

One possible solution would be to check for " $(' " and " $(" " characters prior to the Hex marker on global conversion calls.

Issue resolved by:
dbd7b5a