0
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Got logical operators working. More... about 12 years ago
Fixed ordering of the matchers for relational operators. More... about 12 years ago
Comparison operators for nodes. Necessary for Sass conditionals and selector inheritance. More... about 12 years ago
Comparison operators. More... about 12 years ago
Preparing to handle boolean expressions. More... about 12 years ago
Allowing the parser to parse an arbitrary interval rather than all the way to the null terminator. More... about 12 years ago
Implemented the "comparable" builtin. More... about 12 years ago
Implemented the "unitless" builtin. More... about 12 years ago
Fixed the implementation of the "hsl" and "hsla" builtins. More... about 12 years ago
Some hsl functions. Buggy. More... about 12 years ago
Implemented "unit". More... about 12 years ago
Implemented "type-of". More... about 12 years ago
Implemented list builtins. More... about 12 years ago
Piling up the builtin function tests in here. Will move it to the spec when everything is implemented. More... about 12 years ago
Numeric builtins. More... about 12 years ago
Implemented "opacify" and "transparentize" and their aliases. More... about 12 years ago
Implemented "alpha" and "opacity". More... about 12 years ago
Implemented the "quote" and "unquote" builtins. More... about 12 years ago
Implemented the "invert" builtin. More... about 12 years ago
Implemented the "mix" builtin function. More... about 12 years ago
Giving all colors an alpha channel by default. Will simplify the internals. More... about 12 years ago
Adding another constructor to the Token class. May come in handy. More... about 12 years ago
Added a few more builtins. More... about 12 years ago
Updating a test. More... about 12 years ago
Fixed an aliasing bug in a builtin Sass function. More... about 12 years ago
CSS color names. Sass converts back and forth between names and numeric values. More... about 12 years ago
Correctly printing out colors with an alpha channel. More... about 12 years ago
Allowing builtin functions to be overloaded based on number of parameters. Don't know if it's worth it because only one function appears to need this. More... about 12 years ago
Removing log messages and adding a test case for builtin functions. More... about 12 years ago
Built-in function framework is in place. Had to jump through some hoops to resolve the usual #include dependency headaches. More... about 12 years ago