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
/
compiler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ported @mixin and @include to the new block AST.
Eevee (Alex Munroe)
2014-09-01
1
-200
/
+26
*
Fix assignment.
Eevee (Alex Munroe)
2014-09-01
1
-2
/
+1
*
Fix rendering of nulls.
Eevee (Alex Munroe)
2014-09-01
1
-6
/
+8
*
Fix CSS rendering to understand seeing the same ancestry twice.
Eevee (Alex Munroe)
2014-09-01
1
-1
/
+2
*
Kind of wire in create_css so we have output.
Eevee (Alex Munroe)
2014-09-01
1
-16
/
+12
*
WIP: Taking a crack at separating block parsing from evaluation.
Eevee (Alex Munroe)
2014-09-01
1
-2
/
+174
*
Support !global (currently a no-op). Fixes #272.
Eevee (Alex Munroe)
2014-09-01
1
-12
/
+21
*
Preserve the order of slurpy kwargs. Fix a heisentest.
Eevee (Alex Munroe)
2014-08-31
1
-2
/
+8
*
Fix spurious deprecation warning.
Eevee (Alex Munroe)
2014-08-29
1
-1
/
+2
*
Move ALL the parsing stuff under scss/grammar/.
Eevee (Alex Munroe)
2014-08-29
1
-6
/
+1
*
Add some helpers for doing simple compilations.
Eevee (Alex Munroe)
2014-08-28
1
-4
/
+40
*
Shuffle exception hierarchy a bit.
Eevee (Alex Munroe)
2014-08-28
1
-8
/
+6
*
Fix this ancient xCSS-style test, and add some warnings.
Eevee (Alex Munroe)
2014-08-27
1
-0
/
+8
*
Remove calculator's reliance on config.FATAL_UNDEFINED.
Eevee (Alex Munroe)
2014-08-27
1
-0
/
+3
*
Remove compiler's reliance on config.CONTROL_SCOPING.
Eevee (Alex Munroe)
2014-08-27
1
-4
/
+13
*
Remove compiler's reliance on config.DEBUG.
Eevee (Alex Munroe)
2014-08-27
1
-10
/
+17
*
Move Compass to an extension.
Eevee (Alex Munroe)
2014-08-27
1
-2
/
+1
*
Convert extra and fonts into extensions.
Eevee (Alex Munroe)
2014-08-27
1
-2
/
+2
*
Introduce an Extension class, finally. Making a stab at #130.
Eevee (Alex Munroe)
2014-08-27
1
-20
/
+55
*
Partial support for slurpy named arguments.
Eevee (Alex Munroe)
2014-08-26
1
-3
/
+11
*
Fix a couple oopses on Python 3.
Eevee (Alex Munroe)
2014-08-24
1
-0
/
+1
*
Remove magical selector reordering with @extend. Fixes #269.
Eevee (Alex Munroe)
2014-08-24
1
-15
/
+8
*
Convert some deprecations into real warnings, not logs.
Eevee (Alex Munroe)
2014-08-24
1
-2
/
+24
*
for...to excludes the upper bound. Fixes #275.
Eevee (Alex Munroe)
2014-08-24
1
-2
/
+7
*
Fix debug_info and live_errors.
Eevee (Alex Munroe)
2014-08-24
1
-13
/
+18
*
Clean up @import and SourceFile.
Eevee (Alex Munroe)
2014-08-24
1
-59
/
+111
*
Fix an AttributeError in _at_import, and the swallowing thereof.
Eevee (Alex Munroe)
2014-08-24
1
-3
/
+7
*
Restore support for @option, albeit a little more strictly.
Eevee (Alex Munroe)
2014-08-23
1
-40
/
+66
*
Break up the compiler, and a lot of big modules. Fixes #133.
Eevee (Alex Munroe)
2014-08-22
1
-0
/
+1424