summaryrefslogtreecommitdiff
path: root/scss/rule.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8 cleanupsGerman M. Bravo2013-08-131-0/+1
* Move the FATAL_UNDEFINED check into the AST.Eevee (Alex Munroe)2013-08-131-8/+1
* Oops! ...this fixes last two commitsGerman M. Bravo2013-08-131-11/+10
* Added Undefined type. Undefined variables get this value if FATAL_UNDEFINED i...German M. Bravo2013-08-131-1/+12
* Python 3 compatibility, at least with syntax and builtins.Eevee (Alex Munroe)2013-08-021-2/+7
* Fix variable scoping to match Sass.Eevee (Alex Munroe)2013-08-011-9/+41
* Kill off unicode literals, until the lib actually does unicode.Eevee (Alex Munroe)2013-07-261-2/+2
* Refactor and simplify variable storage and expression evaluation.Eevee2013-05-231-47/+65
* Move @return out of options. Update an old test to match Ruby.Eevee2013-05-231-2/+2
* Minor cleanup, moving towards less entanglement of rule instances.Eevee2013-05-231-8/+3
* Start using new_child on context instead of copy.Eevee2013-05-231-1/+3
* Break functions and mixins out of rule.options.Eevee2013-05-231-1/+66
* Support scope blocks like `background: red { ... }`.Eevee2013-05-231-4/+14
* Preserve empty unrecognized @-rules.Eevee2013-05-231-0/+23
* Initial experimental support for SASS syntaxGerman M. Bravo2013-05-111-1/+1
* Cleanups, variables names fixed, small issues fixedGerman M. Bravo2013-05-021-4/+4
* Fix UnparsedBlock properties when the header rewrites its prop.Eevee2013-05-021-2/+2
* Clean up handling of !default.Eevee2013-05-021-1/+4
* Rewrite block nesting handling -- @keyframes works now! Fixes #75.Eevee2013-03-131-27/+82
* Remove SassRule.path.Eevee2013-03-111-5/+3
* Break file handling out of rules and into a tiny class.Eevee2013-03-111-10/+12
* Remove backwards-compatibility from SassRule.Eevee2013-03-061-70/+0
* Remove spawn_rule.Eevee2013-03-061-42/+0
* Some minor rearrangements.Eevee2013-03-061-20/+55
* More argument cleanup. UnparsedBlock is now its own class.Eevee2013-03-051-0/+71
* Finish rule to object conversion.Eevee2013-02-261-19/+22
* Convert rules to objects, with back-compat for the moment.Eevee2013-02-261-11/+128
* Store selectors as a set, not a baked string.Eevee2013-02-261-2/+2
* Somewhat simplify the "extends" handling.Eevee2013-02-251-0/+3
* Remove the "FINAL" rule property; unused.Eevee2013-02-211-4/+1
* Break out expression parsing and resolution.Eevee2013-02-131-0/+45