This is fixing issue #93 with the regex detecting CSS named colors. I don't understand what the negative lookbehind in the original regex was meant to do.
I'm not sure this regex covers all cases where named colors are used, but I believe it covers the most common.
This is fixing issue #93 with the regex detecting CSS named colors. I don't understand what the negative lookbehind in the original regex was meant to do. I'm not sure this regex covers all cases where named colors are used, but I believe it covers the most common.