index
:
delta/python-packages/pyscss.git
1.1.x
1.2.x
1.3.x
experimental-maps
extend-rewrite
grammar-test
master
menu-refactor
parsley
separate-block-evaluation
github.com: Kronuz/pyScss.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scss
/
rule.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP8 cleanups
German M. Bravo
2013-08-13
1
-0
/
+1
*
Move the FATAL_UNDEFINED check into the AST.
Eevee (Alex Munroe)
2013-08-13
1
-8
/
+1
*
Oops! ...this fixes last two commits
German M. Bravo
2013-08-13
1
-11
/
+10
*
Added Undefined type. Undefined variables get this value if FATAL_UNDEFINED i...
German M. Bravo
2013-08-13
1
-1
/
+12
*
Python 3 compatibility, at least with syntax and builtins.
Eevee (Alex Munroe)
2013-08-02
1
-2
/
+7
*
Fix variable scoping to match Sass.
Eevee (Alex Munroe)
2013-08-01
1
-9
/
+41
*
Kill off unicode literals, until the lib actually does unicode.
Eevee (Alex Munroe)
2013-07-26
1
-2
/
+2
*
Refactor and simplify variable storage and expression evaluation.
Eevee
2013-05-23
1
-47
/
+65
*
Move @return out of options. Update an old test to match Ruby.
Eevee
2013-05-23
1
-2
/
+2
*
Minor cleanup, moving towards less entanglement of rule instances.
Eevee
2013-05-23
1
-8
/
+3
*
Start using new_child on context instead of copy.
Eevee
2013-05-23
1
-1
/
+3
*
Break functions and mixins out of rule.options.
Eevee
2013-05-23
1
-1
/
+66
*
Support scope blocks like `background: red { ... }`.
Eevee
2013-05-23
1
-4
/
+14
*
Preserve empty unrecognized @-rules.
Eevee
2013-05-23
1
-0
/
+23
*
Initial experimental support for SASS syntax
German M. Bravo
2013-05-11
1
-1
/
+1
*
Cleanups, variables names fixed, small issues fixed
German M. Bravo
2013-05-02
1
-4
/
+4
*
Fix UnparsedBlock properties when the header rewrites its prop.
Eevee
2013-05-02
1
-2
/
+2
*
Clean up handling of !default.
Eevee
2013-05-02
1
-1
/
+4
*
Rewrite block nesting handling -- @keyframes works now! Fixes #75.
Eevee
2013-03-13
1
-27
/
+82
*
Remove SassRule.path.
Eevee
2013-03-11
1
-5
/
+3
*
Break file handling out of rules and into a tiny class.
Eevee
2013-03-11
1
-10
/
+12
*
Remove backwards-compatibility from SassRule.
Eevee
2013-03-06
1
-70
/
+0
*
Remove spawn_rule.
Eevee
2013-03-06
1
-42
/
+0
*
Some minor rearrangements.
Eevee
2013-03-06
1
-20
/
+55
*
More argument cleanup. UnparsedBlock is now its own class.
Eevee
2013-03-05
1
-0
/
+71
*
Finish rule to object conversion.
Eevee
2013-02-26
1
-19
/
+22
*
Convert rules to objects, with back-compat for the moment.
Eevee
2013-02-26
1
-11
/
+128
*
Store selectors as a set, not a baked string.
Eevee
2013-02-26
1
-2
/
+2
*
Somewhat simplify the "extends" handling.
Eevee
2013-02-25
1
-0
/
+3
*
Remove the "FINAL" rule property; unused.
Eevee
2013-02-21
1
-4
/
+1
*
Break out expression parsing and resolution.
Eevee
2013-02-13
1
-0
/
+45