2 Years Ago
Reduce strictness of HSL including alpha value Web standards let this happen `background-color: hsl(120, 75%, 50%, 40%);` `background-color: hsl(120 75% 50% / 0.6);` `background-color: hsl(120 75% 50% / 80%);` are all considered valid