jQuery-ColorPicker icon indicating copy to clipboard operation
jQuery-ColorPicker copied to clipboard

Incorrect comments in colorpicker.css

Open Rodeoclash opened this issue 11 years ago • 0 comments

There's a couple of lines in the CSS file:

// Fallback

Which are not valid CSS. They should be changed to:

/* Fallback */

It doesn't seem to cause any errors in the browser but CSS optimisers barf on those lines.

Rodeoclash avatar Jan 28 '14 04:01 Rodeoclash