0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented lighten, darken, saturate, and desaturate built-ins. More... almost 13 years ago
Precisifying an error check. More... almost 13 years ago
Adding error checking for hue, saturation, and lightness. More... almost 13 years ago
Adding error checking to change-color. More... almost 13 years ago
Adding error checking to adjust-color. More... almost 13 years ago
Implemented the hue, saturation, and lightness built-ins. More... almost 13 years ago
Removing some log statements. More... almost 13 years ago
Rounding intermediate results in the color math code. More... almost 13 years ago
Commenting out some log statements. More... almost 13 years ago
Merge branch 'func_resolver' More... almost 13 years ago
Working on the change-color function. More... almost 13 years ago
Slight cleanup. More... almost 13 years ago
Implemented adjust-color -- what was once the most troublesome is now relatively simple thanks to the improved built-in argument specification and binding mechanism! More... almost 13 years ago
Working on the adjust-color function. More... almost 13 years ago
Some cleanup. More... almost 13 years ago
Oy, converted all existing built-in functions to use the new-and-improved infrastructure. More... almost 13 years ago
Use .. code-block:: directive for README.rst More... almost 13 years ago
Allowing css pseudo-thingies to take identifiers as arguments. More... almost 13 years ago
Trying out new scheme built-in function definitions. Allows built-ins to have default args and whatnot, and to be specified more easily than before. More... almost 13 years ago
Getting ready to improve native function resolution and definition. More... almost 13 years ago
Moving the environment definition into its own file so I can eliminate a circular dependency. More... almost 13 years ago
Shortening the name of some precompiler macros. More... almost 13 years ago
Using the new argument binder in function calls too. More... almost 13 years ago
Bam, re-did argument binding. More robust, and allows default arg values to refer to previoius args. More... almost 13 years ago
Overhauling the argument binding code for function/mixin calls. More... almost 13 years ago
arg resolution More... almost 13 years ago
Merge branch 'master' into func_resolver More... almost 13 years ago
Stopgap fix for unsupported uses of @extend. More... almost 13 years ago
Forcing required params to precede optional params in function and mixin definitions, to match recent Sass changes. More... almost 13 years ago
Improving argument parsing to match the new restrictions in canonical Sass. More... almost 13 years ago