lit-analyzer
lit-analyzer copied to clipboard
Adds support for color picker in css`` blocks
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
@runem What do you think? Is there anything I can do to improve this before it can be accepted?