lit-analyzer icon indicating copy to clipboard operation
lit-analyzer copied to clipboard

Adds support for color picker in css`` blocks

Open au5ton opened this issue 2 years ago • 1 comments
trafficstars

This adds support for CSS colors in the following formats:

  • rgb(...)
  • rgba(...)
  • hsl(...)
  • hsla(...)

I also added some rudimentary tests for the color provider as a result of these changes.

Fixes #319

au5ton avatar Sep 05 '23 21:09 au5ton

@runem What do you think? Is there anything I can do to improve this before it can be accepted?

au5ton avatar Sep 11 '23 00:09 au5ton