0
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding some default args. More... about 13 years ago
Adding infrastructure for pure Sass functions. Necessary to pass more contextual data around during parsing, since the set of expressions permitted in functions is relatively limited. More... about 13 years ago
Bam, fixed the environment handling with a 2-line change. Added an option to apply_mixin to allow for dynamic scope. More... about 13 years ago
Working on @while. Need to redo environment handling. More... about 13 years ago
Implemented the @each directive. More... about 13 years ago
Undoing some experimental stuff. More... about 13 years ago
Figuring out inheritance for selector groups. More... about 13 years ago
Refining the selector extension stuff to eventually handle selector groups. More... about 13 years ago
Adding a "TO DO" comment. More... about 13 years ago
Implemented @for. Ran into some stupid bugs. More... about 13 years ago
Implemented the @if directive. More... about 13 years ago
Parsing @if directives. More... about 13 years ago
Parsing @if directives. More... about 13 years ago
Hwooooaaaah!!! Handling the difficult cases!!! More... about 13 years ago
Working on selector context combination for inheritance. More... about 13 years ago
Using a multimap to store selector extension requests -- necessary to allow a selector to be extended multiple times. More... about 13 years ago
Even more inheritance (attribute selectors). More... about 13 years ago
Working on full-blown selector comparison (necessary for full-blown inheritance). More... about 13 years ago
More inheritance functionality. More... about 13 years ago
Rudimentary selector inheritance. More... about 13 years ago
Commenting the eval/apply functions, since they're getting a bit dense. More... about 13 years ago
Logging stuff to make sure the inheritance infrastructure does what I think it does. More... about 13 years ago
Laying down infrastructure for selector inheritance. More... about 13 years ago
Removing some commented code. More... about 13 years ago
Cleaning up the new selector expander & emitter. All tests pass again. More... about 13 years ago
Simplifying the emitter now that selectors are all expanded beforehand. More... about 13 years ago
Moving selector expansion into the eval phase. Necessary for inheritance. More... about 13 years ago
Fixing legacy stuff; don't need to pass Node handles by reference anymore. More... about 13 years ago
Allowing attribute selectors to match against identifiers. Passes another interpolation test. More... about 13 years ago
Selector interpolation works robustly (sans a few special cases). More... about 13 years ago