runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
314 stars 35 forks source link

Adds support for color picker in css`` blocks #320

Open au5ton opened 10 months ago

au5ton commented 10 months ago

This adds support for CSS colors in the following formats:

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

Fixes #319

au5ton commented 10 months ago

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