2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
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
Fixing the implementation of adjust-hue. More... almost 13 years ago
Merge branch 'master' into func_resolver More... almost 13 years ago
Implementing adjust-hue. More... almost 13 years ago
More function resolution stuff for built-ins with optional kwd args. Don't try to compile this yet. More... almost 13 years ago
Adding a helper rgb-to-hsl function. Gonna' use it real soon now. More... almost 13 years ago