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
/
functions
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Experimental support for treating all Sass types as 1-lists.
Eevee (Alex Munroe)
2013-08-15
1
-2
/
+1
*
Experimental first crack at maps support.
Eevee (Alex Munroe)
2013-08-15
1
-0
/
+44
*
Cancel convertable units in the Number constructor. #180
Eevee (Alex Munroe)
2013-08-13
1
-2
/
+2
*
Fix unquote() to work on lists.
Eevee (Alex Munroe)
2013-08-13
1
-2
/
+12
*
Simplified ColorValue considerably.
Eevee (Alex Munroe)
2013-08-09
1
-4
/
+1
*
Clean up ListValue, rename to List.
Eevee (Alex Munroe)
2013-08-08
1
-32
/
+40
*
Test suite passes (as well as it did before) on Py3!
Eevee (Alex Munroe)
2013-08-02
1
-0
/
+1
*
Python 3 compatibility, at least with syntax and builtins.
Eevee (Alex Munroe)
2013-08-02
1
-1
/
+3
*
Remove old unit stuff.
Eevee (Alex Munroe)
2013-07-31
1
-5
/
+6
*
Rewrite NumberValue to handle arbitrary unit combinations.
Eevee (Alex Munroe)
2013-07-31
1
-44
/
+63
*
Rewrite the String type.
Eevee
2013-07-10
1
-14
/
+4
*
Remove convert_to.
Eevee
2013-06-26
1
-12
/
+1
*
Replace Value._wrap with a less general, less crazy solution.
Eevee
2013-06-26
1
-5
/
+5
*
Added tests for all the core Sass functions.
Eevee
2013-06-20
1
-2
/
+2
*
Rework expression parser to spit out an AST rather than evaluating as it goes.
Eevee
2013-05-23
1
-2
/
+2
*
Fix the invert function. (Thanks to QuLogic)
German M. Bravo
2013-05-06
1
-1
/
+2
*
Fix the 'append' function. (Thanks to QuLogic)
German M. Bravo
2013-05-06
1
-3
/
+1
*
Add the 'index' function. (Thanks to QuLogic)
German M. Bravo
2013-05-06
1
-0
/
+8
*
Fix join and append with a separator. (Thanks to QuLogic)
German M. Bravo
2013-05-06
1
-4
/
+16
*
Big Sass function breakout.
Eevee
2013-02-21
1
-0
/
+546