summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Test general/000-smoketest.scss uses an undefined mixin intentionallyGerman M. Bravo2013-10-051-1/+1
* Keep track of nesting descendantsGerman M. Bravo2013-10-052-7/+11
* Nesting style fixesGerman M. Bravo2013-10-054-7/+70
* Added __repr__ to RuleAncestryGerman M. Bravo2013-10-051-0/+3
* compress option is deprecated (use style instead)German M. Bravo2013-10-05105-111/+109
* Python 3 compatibility bitsGerman M. Bravo2013-10-051-1/+1
* PEP 8 cleanupsGerman M. Bravo2013-10-052-7/+6
* IMAGES_ROOT / FONTS_ROOT could be an empty stringGerman M. Bravo2013-10-052-2/+6
* Make {FONTS,IMAGES}_{ROOT,URL} default to STATIC_*.Eevee (Alex Munroe)2013-10-046-50/+56
* except...asEevee (Alex Munroe)2013-10-041-4/+4
* Delete errant `if` block from test.Eevee (Alex Munroe)2013-10-041-12/+4
* Merge pull request #213 from funvit/masterEevee2013-10-0412-102/+272
|\
| * bypass .cur filesfunvit2013-10-011-5/+9
| * mimefunvit2013-10-011-0/+2
| * bypass Image.open on unknown formats for inline-imagefunvit2013-10-014-47/+78
| * slash?funvit2013-10-011-1/+1
| * commented out test callfunvit2013-10-011-4/+4
| * woff mime changed, tests urls fixedfunvit2013-10-012-14/+19
| * compress by default was lostfunvit2013-10-011-1/+1
| * issue_114funvit2013-10-013-15/+29
| * issue_114: images_root, images_url; tests: image-url, inline-imagefunvit2013-10-013-0/+51
| * fonts_root, fonts_urlfunvit2013-10-016-46/+109
* | Correctly preserve commas in append().Eevee (Alex Munroe)2013-10-042-1/+5
* | Added missing _import-unused.scss for testGerman M. Bravo2013-10-041-0/+2
* | Colors with different opacity should not compare equal.Eevee (Alex Munroe)2013-10-041-2/+2
* | Fix the behavior of & when the parent is compound.Eevee (Alex Munroe)2013-10-042-12/+53
* | get_scss_constants() and get_scss_vars() fixed to get variables from root_nam...German M. Bravo2013-10-042-6/+8
* | Unused imports is optionalGerman M. Bravo2013-10-043-6/+16
* | Added "Unused @import" warning messageGerman M. Bravo2013-10-044-15/+65
* | Added test for special selectorsGerman M. Bravo2013-10-042-0/+32
* | Improved text wrap (no longer using textwrap module)German M. Bravo2013-10-044-22/+54
* | Text wrap moved as a methodGerman M. Bravo2013-10-041-19/+13
* | Fix for deriving from multiple namespaces.Eevee (Alex Munroe)2013-10-031-3/+6
* | Root namespace not derived (shared among files being compiled)German M. Bravo2013-10-031-1/+1
* | Commenting on apply_vars...Eevee (Alex Munroe)2013-10-031-3/+3
* | Interpolate selectors BEFORE substituting variables.Eevee (Alex Munroe)2013-10-033-3/+6
* | Possibly fix sprite-map() and use of offset arguments.Eevee (Alex Munroe)2013-10-031-2/+2
* | Fix interpolation not being applied to mixin arguments.Eevee (Alex Munroe)2013-10-034-1/+15
* | Default to NOT sorting selectors. :)Eevee (Alex Munroe)2013-10-031-1/+1
* | Fix fractional percentages in @keyframes.Eevee (Alex Munroe)2013-10-031-1/+3
* | Fix some errant stringifying in Compass gradients.Eevee (Alex Munroe)2013-10-031-6/+6
* | Sorted selectors is configurable (sort of)German M. Bravo2013-10-031-2/+5
* | Using type(self) instead of self.__class__German M. Bravo2013-10-031-8/+8
* | Pseudo-selectors must come after attribute selectors.Eevee (Alex Munroe)2013-10-031-2/+4
* | Hashable lists and mapsGerman M. Bravo2013-10-031-2/+3
* | Missing functions and mixins both cause logging errorsGerman M. Bravo2013-10-032-2/+2
* | Imports moved to the Namespace (options is shared among scopes and imports ar...German M. Bravo2013-10-032-5/+23
* | Imports when including the same include across multiple files fixed.German M. Bravo2013-10-031-1/+2
* | Added FunctionScope and MixinScope (different from VariableScope)German M. Bravo2013-10-031-8/+23
* | Shared common root_namespace (derived when creating rules)German M. Bravo2013-10-031-1/+2