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
/
tests
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support CSS calc().
Eevee (Alex Munroe)
2014-08-29
2
-0
/
+6
*
Urgh fix this test another way.
Eevee (Alex Munroe)
2014-08-29
1
-1
/
+1
*
Fix a couple bogus tests.
Eevee (Alex Munroe)
2014-08-29
1
-4
/
+3
*
Several vast improvements to string parsing.
Eevee (Alex Munroe)
2014-08-29
2
-0
/
+25
*
Add some helpers for doing simple compilations.
Eevee (Alex Munroe)
2014-08-28
2
-1
/
+0
*
Fix this ancient xCSS-style test, and add some warnings.
Eevee (Alex Munroe)
2014-08-27
1
-2
/
+2
*
Partial support for slurpy named arguments.
Eevee (Alex Munroe)
2014-08-26
2
-0
/
+17
*
Make a best-effort to patch up some gradient stuff. Fixes #277, #292.
Eevee (Alex Munroe)
2014-08-26
2
-2
/
+38
*
Remove magical selector reordering with @extend. Fixes #269.
Eevee (Alex Munroe)
2014-08-24
3
-4
/
+28
*
for...to excludes the upper bound. Fixes #275.
Eevee (Alex Munroe)
2014-08-24
2
-0
/
+26
*
Fonts glyph codes are now just plain hex numbers
German M. Bravo
2014-07-23
1
-1
/
+1
*
Convert empty list rendering test to a regular test; trying to get rid of xfail.
Eevee (Alex Munroe)
2014-07-12
2
-5
/
+0
*
fixing indentation to be consistant with output
Ben Beecher
2014-07-12
1
-1
/
+1
*
two failing test cases for empty list handling
Ben Beecher
2014-07-12
4
-0
/
+25
*
Unbreak scope-nesting-2 and move it out of xfail.
Eevee (Alex Munroe)
2014-05-21
2
-1
/
+1
*
Fonts functions renamed (font-content -> glyph-code, fonts -> glyphs)
German M. Bravo
2014-04-28
1
-6
/
+6
*
Added Font Sheets.
German M. Bravo
2014-04-28
4
-0
/
+96
*
If import is not found, raise IOError
German M. Bravo
2014-04-26
2
-0
/
+1
*
Test for scope-nesting-2 is expected to fail
German M. Bravo
2014-04-26
1
-1
/
+1
*
Fix @each with nested lists. Fixes #257.
Eevee (Alex Munroe)
2014-03-29
2
-0
/
+18
*
Change a test that happens to tickle how round() changed in py3.
Eevee (Alex Munroe)
2014-03-29
2
-3
/
+3
*
filter empty placeholder selectors
Jesse Yang
2014-03-19
1
-1
/
+4
*
Merge pull request #248 from ktmud/fix-extend-2
Germán M. Bravo
2014-03-18
2
-0
/
+4
|
\
|
*
make sure pseudo elements stick to the end when render
Jesse Yang
2013-10-30
2
-0
/
+4
*
|
Added regression test for issue #258 (fixed in bdfb8b)
German M. Bravo
2014-03-18
4
-0
/
+33
|
/
*
Lists built from function calls are not "literal".
Eevee (Alex Munroe)
2013-10-08
2
-0
/
+3
*
Improve behavior of null values in lists.
Eevee (Alex Munroe)
2013-10-08
2
-0
/
+16
*
Configuration variables as deault options used from the config module at run ...
German M. Bravo
2013-10-08
2
-2
/
+2
*
Fix @return inside a block and ... in @function definitions.
Eevee (Alex Munroe)
2013-10-08
2
-2
/
+12
*
Menu test removed (relevant bits split among several other tests)
German M. Bravo
2013-10-08
3
-1580
/
+0
*
Not allowing undefined literals by default
German M. Bravo
2013-10-08
1
-1
/
+1
*
Added tests for reversed @for and reversed range()
German M. Bravo
2013-10-08
4
-0
/
+44
*
Added append and nest test
German M. Bravo
2013-10-08
2
-0
/
+13
*
Legacy scoping for control constructs renamed
German M. Bravo
2013-10-08
2
-2
/
+2
*
Added test for variable arguments used in the infamous menu
German M. Bravo
2013-10-08
3
-0
/
+38
*
Added support for @while
German M. Bravo
2013-10-08
2
-0
/
+23
*
Avoid dependency for menu include in imports test
German M. Bravo
2013-10-08
2
-1
/
+9
*
Allow for circular nth
German M. Bravo
2013-10-08
2
-0
/
+15
*
Map improvements, bringing us more or less to 3.3 parity.
Eevee (Alex Munroe)
2013-10-07
1
-1
/
+1
*
Fix nest() test.
Eevee (Alex Munroe)
2013-10-07
1
-1
/
+1
*
Revert "Unquote strings when used from variables in selectors"
Eevee (Alex Munroe)
2013-10-07
2
-8
/
+0
*
Lists operations are handled element-wise
German M. Bravo
2013-10-07
4
-10
/
+16
*
Nest fixed (when using '&' in it)
German M. Bravo
2013-10-06
2
-0
/
+10
*
Added test for addition of lists
German M. Bravo
2013-10-06
2
-0
/
+10
*
Unquote strings when used from variables in selectors
German M. Bravo
2013-10-06
2
-0
/
+8
*
Test general/000-smoketest.scss uses an undefined mixin intentionally
German M. Bravo
2013-10-05
1
-1
/
+1
*
Nesting style fixes
German M. Bravo
2013-10-05
2
-0
/
+44
*
compress option is deprecated (use style instead)
German M. Bravo
2013-10-05
103
-104
/
+103
*
Make {FONTS,IMAGES}_{ROOT,URL} default to STATIC_*.
Eevee (Alex Munroe)
2013-10-04
1
-1
/
+1
*
Merge pull request #213 from funvit/master
Eevee
2013-10-04
6
-0
/
+4
|
\
[next]