mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
618 stars 854 forks source link

Colorpicker: modernize CSS & colors #122

Closed estelle closed 1 year ago

estelle commented 1 year ago

Updated CSS to remove unneeded prefixing. Updated CSS and JS to RGB() and HSL() from legacy RGBA() and HSLA() Renamed HSV to HWB was going to convert to flex/grid, but that is for a different day (though did start)