-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hsl() not getting colorized #3625
Comments
Triangulated:
|
Not sure what the issue is. |
@PRR24 If the issue is that it doesn't match documentation, it's more an issue of the documentation. |
Well, rgb() is also a valid color, but its gets converted nevertheless...
If one has an additional use for the computed values, for example creating a color list for external use, it is bit of a mess. If you find that hsl() handling in its current form is better (and there are understandable arguments for it), please adjust the documentation and concider adjusting all possible color functions to return computed value according to the format of its parameters, so that average() in the example above would return hsl(90, 100%, 40%) Thanks. |
All
If you are interested in this work, please help us to improve less doc. Thanks
|
There really have some updates about colors on Changelog: https://github.com/less/less.js/blob/master/CHANGELOG.md#v381-2018-08-08 |
According to documentation https://lesscss.org/functions/#color-definition-hsl
hsl() function should output a color, but it does not. rgb() and hsv() behave as documented.
The text was updated successfully, but these errors were encountered: