-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add all less.js functions #66
Comments
Interesting special case for future pick function: less/less.js#1100 (comment) |
Created Pull Request less/less.js#1110 |
I need to have these functions so I've started working on this. I have so far implemented lighten, darken and hsla. More to come. Here's my work in progress branch, I shall submit a pull request once I've got a test case that will pass! (that may involve removing some things from the tests!) |
You did a lot of work, thank you. Just that we do no work on the same thing: I will assign what I'm working on to myself. |
Documentation for functions: https://github.com/SomMeri/less4j/wiki/Less-Language-Built-In-Functions Math functions are described, miscellaneous have only short descriptions and color numbers are not. |
https://github.com/cloudhead/less.js/blob/master/lib/less/functions.js
The text was updated successfully, but these errors were encountered: