15 Commits

Author SHA1 Message Date
Sascha Peilicke
dc4196cf6d Fix block fills generation with only variables.
If the parsed block contents contains only LESS variable definitions,
the block should not be renderend. Previously this was implemented by
not returning self from Variable.parse() (contrary to it's docstring and
other plib classes). The real fix is to just check for the above
condition and return self again.
2013-12-20 11:14:03 +01:00
Sascha Peilicke
c0a265e146 Fix PEP-8 issues (with autopep8 -a) 2013-07-19 11:22:12 +02:00
Patrick
0ff5b977ec fix an other utf-8 letter 2012-07-18 17:28:04 -04:00
Patrick
0660c17cd0 trying to fix python2 and utf-8 issues 2012-07-18 17:26:06 -04:00
robotis
520560926a Comments 2012-05-05 17:20:03 +00:00
robotis
2e36bf89c6 6 fold Speed increase by not using copy.deepcopy 2012-05-05 17:10:04 +00:00
jtm
64b496093c work 2012-04-08 13:17:22 +00:00
jtm
a75f6a9225 Documentation 2012-03-30 19:32:11 +00:00
jtm
5fe3367db6 negative variables 2012-03-23 17:02:39 +00:00
jtm
2a2c7276d1 checkpoint 2012-03-03 15:16:29 +00:00
jtm
5532eb88ee checkpoint expressions 2012-02-26 15:50:07 +00:00
jtm
e08bef4d0e Refactor work 2012-02-25 17:08:08 +00:00
jtm
aaedc6bcfc factor 1 2012-02-19 20:38:19 +00:00
jtm
dc2afff4bc Cleanup 2012-02-12 10:11:04 +00:00
robotis
f4ba41cc1d initial commit 2012-01-28 14:52:09 +00:00