reneeb / Mojolicious-Plugin-AdditionalValidationChecks

Add some common checks for field validation in Mojolicious
3 stars 4 forks source link

Adding HSL support to color check #7

Open bignmllc opened 2 years ago

bignmllc commented 2 years ago

I have been using the HSL color in my mojolicious app (instead of hex or rgb) for color matching. It would be great to have a check to determine if a valid HSL number were provided. Here is a reference page at W3Schools:

https://www.w3schools.com/csSref/func_hsl.asp

Thanks for such a useful plugin!

reneeb commented 2 years ago

The new release should appear on CPAN within a few minutes.

bignmllc commented 2 years ago

Thanks!