0
I Use This!
Inactive

Commits : Listings

Analyzed 15 minutes ago. based on code collected about 11 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix attributes with hyphens. More... almost 14 years ago
Support for pattern-matching on mixin calls. More... almost 14 years ago
Ignore parent selector test as "Unsupported". (7 tests remaining) More... almost 14 years ago
Use a NodeProvider to allow injection of custom Nodes More... almost 14 years ago
use a hash to store variables, allow redefinition of variables More... almost 14 years ago
Move matching `:` to Rule and reuse Variable from VariableName. More... almost 14 years ago
Made parsing methods non-static. More... almost 14 years ago
Reorganized some of the parsing rule order, Fix for braces inside quotes. Use some backtracking when necessary, it's prettier than crazy lookaheads. Unescape all arguments of the format() function. 8 tests remaining More... almost 14 years ago
Simplify Css specs More... about 14 years ago
Split functions into separate files. More... about 14 years ago
Simplify Specs. More... about 14 years ago
Ignore unsupported tests. 11 tests still failing. More... about 14 years ago
Created Tokenizer class. More... about 14 years ago
Use proper case for methods in Parsers.cs More... about 14 years ago
Use List<Node> for Ruleset.Rules, Created helper method for expanding nodes. Make some Mixins tests pass. More... about 14 years ago
Refactor Parser.cs More... about 14 years ago
Output one line at a time. Right align numbers. Wait for keypress before starting More... about 14 years ago
Fix nested Mixins More... about 14 years ago
Added Spec for FormatString for outputting gradient css More... about 14 years ago
Added all functions from dotless. Update all specs from dotless. (Some tests fail) More... about 14 years ago
if call is not "alpha(opacity=...)" still return a Call node. More... about 14 years ago
Add method to unescape string. More... about 14 years ago
Fixed @import with single quote. (Contents of the Quoted was empty) More... about 14 years ago
Evaluate color keywords. More... about 14 years ago
Use Culture invariant formatting. If dividing similar units return Number with no units. More... about 14 years ago
Improve Node class hierarchy. More... about 14 years ago
Made Call evaluatable to support functions as arguments. More... about 14 years ago
Fix parsing error message. Support case insensitive matching. More... about 14 years ago
Split Import.cs into separate files. More... about 14 years ago
Implement Alpha node. More... about 14 years ago