Antonio-Laguna / jQuery-ColorPicker

This is yet another colorpicker plugin for jQuery since most of them are not on GitHub nor being mantained at the moment.
Other
91 stars 22 forks source link

Incorrect comments in colorpicker.css #12

Open Rodeoclash opened 10 years ago

Rodeoclash commented 10 years ago

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.