0
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing the concatenated string emitter. More... about 13 years ago
Working on string concatenation. Still need to tweak the emitter. More... about 13 years ago
Simplifying the @warn emitter. More... about 13 years ago
Removing a log line. More... about 13 years ago
Implemented the @warn directive. A bit glitchy if you try to pass it a list with arithmetic expressions and interpolants, but it generally works without barfing. More... about 13 years ago
Slight correction to the printing/condensation of dashes. More... about 13 years ago
Implemented the 'compact' function for Bourbon's sake. More... about 13 years ago
Even more correct implementation of 'append'. More... about 13 years ago
Correct implementation of built-in 'append'. More... about 13 years ago
Merge branch 'master' of https://github.com/hcatlin/libsass More... about 13 years ago
Adding the 'append' builtin function because Bourbon needs it. Currently implemented in terms of 'join'; will need to rewrite. More... about 13 years ago
Need to eval the list in an @each directive. More... about 13 years ago
Adding an option for building a shared library because cgo can't link static libs. More... about 13 years ago
Interpolation tweaks. More... about 13 years ago
Getting interpolated properties to work. More... about 13 years ago
Parsing interpolants inside property names. More... about 13 years ago
Handling more interpolation cases. Don't try to compile this. More... about 13 years ago
More inheritance. Still not fully correct, but should work for most common cases. More... about 13 years ago
Closer, probably? More... about 13 years ago
Working on more inheritance stuff. More... about 13 years ago
Implemented media queries. More... about 13 years ago
Reserving one more slot during ruleset node allocation. More... about 13 years ago
Implemented pure-Sass functions. More... about 13 years ago
One more chunk of pure-Sass function evaluation. More... about 13 years ago
Handling guarded assignments. More... about 13 years ago
Yet more progress on pure-Sass function evaluation. More... about 13 years ago
More progress on pure-Sass function evaluation. More... about 13 years ago
Working on pure-Sass function evaluator. Needs a different evaluation algorithm. More... about 13 years ago
Fixed a bug in the function pass-througher. More... about 13 years ago
Fixing a bug in the flattener. More... about 13 years ago