0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
let's not forget to evaluate the media query expressions More... about 12 years ago
the new expander is done-ish More... about 12 years ago
@while More... about 12 years ago
@each More... about 12 years ago
@for More... about 12 years ago
simplified handling of conditionals More... about 12 years ago
Implementing lexical scope and unifying the treatment of functions. More... about 12 years ago
Rearranging some stuff. More... about 12 years ago
renaming a class More... about 12 years ago
Gah, stupid typo that caused an infinite loop. More... about 12 years ago
fitting it all together again More... about 12 years ago
Whoops, forgot to add the files. More... about 12 years ago
New argument binding function. More... about 12 years ago
Using consistent spacing to the rest of the file for a single-line function. More... about 12 years ago
Using consistent spacing to the rest of the file for a single-line function. More... about 12 years ago
Holy moly. Apparently my merge didn't work... More... about 12 years ago
This function was defined in the Header file, but had been moved from the .cpp file. I'm assuming it was removed since there aren't any special memory handling requirements associated with a folder_context. I could have removed the def from the header file, but I felt it better to keep an extremely consistent interface. Today, we don't have any special needs with the folder_context, but in the future we could want to do some other cleanup/etc. So, to fix this issue, I created a simple drop-in sass_free_folder_context method. More... about 12 years ago
This function was defined in the Header file, but had been moved from the .cpp file. I'm assuming it was removed since there aren't any special memory handling requirements associated with a folder_context. I could have removed the def from the header file, but I felt it better to keep an extremely consistent interface. Today, we don't have any special needs with the folder_context, but in the future we could want to do some other cleanup/etc. So, to fix this issue, I created a simple drop-in sass_free_folder_context method. More... about 12 years ago
fixing a parsing bug for import lists More... about 12 years ago
working on the evaluator More... about 12 years ago
Finally getting all the fancy template crap to work. More... about 12 years ago
Fix Value Schema not working in @media query
nabellaleen
as Nabellaleen
More... about 12 years ago
Trying some weird stuff. Probably shouldn't. More... about 12 years ago
adding a visitor for cloning nodes More... about 12 years ago
fixing more obscure parser bugs More... about 12 years ago
Blarg, many little parser fixes and accompanying AST modifications. More... about 12 years ago
More fixes and tweaks. More... about 12 years ago
More edge cases and stuff. More... about 12 years ago
Handling interpolated strings better. More... about 12 years ago
Whoops, shouldn't be returning null pointers. More... about 12 years ago