35 Commits

Author SHA1 Message Date
Sascha Peilicke
4d63ecfe25 Fix all PEP-8 / flake8 code issues
Drop testscope because it's empty.
2014-02-02 17:35:38 +01:00
Sascha Peilicke
3b74578cc9 Implement nested media queries
Including double-nested queries which are used (not only) by bootstrap3.
Triple-nested (or more) media queries are currently not supported. Added
several tests.

See http://www.lesscss.org/#-nested-media-queries
2014-01-22 11:27:46 +01:00
Sascha Peilicke
e34dde8950 CSS strings can contain variables too
Ordinary CSS strings may contain @{...}-style variables. Here are some
examples:

    content: "@{breadcrumb-separator}\00a0";
    background-image: url("@{file-2x}");
    .col(@index + 1, ~"@{list}, @{item}");
2013-12-13 14:22:58 +01:00
Sascha Peilicke
c844c7b34c Support swapping "@{...}" type variables
These only occur in interpolated strings (~'...' or ~"...").
2013-12-13 14:22:58 +01:00
Sascha Peilicke
c0a265e146 Fix PEP-8 issues (with autopep8 -a) 2013-07-19 11:22:12 +02:00
Patrick
2b18e4f351 fix super for python2.x 2012-07-18 17:34:48 -04:00
Patrick
60628cc999 fix super for python2.x 2012-07-18 17:32:48 -04: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
78e32011c7 Handle calling scope better 2012-06-04 07:27:53 +00:00
jtm
9268e2725e checkpoint 2012-04-09 09:52:46 +00:00
jtm
64b496093c work 2012-04-08 13:17:22 +00:00
jtm
ba4fe2ea62 Documentation 2012-03-30 16:12:24 +00:00
jtm
26ffa97770 parse guard expressions 2012-03-24 18:33:19 +00:00
jtm
8de41b78cd whitespace following var 2012-03-23 17:16:40 +00:00
jtm
8b29889657 Cleanup 2012-03-18 14:21:58 +00:00
jtm
1e770b937d Direct nest access > (mixins) 2012-03-18 13:39:57 +00:00
jtm
690720f391 Direct nest access > 2012-03-18 13:30:33 +00:00
jtm
fc1a3e3745 nesting inner mixins 2012-03-18 13:21:47 +00:00
jtm
84379359f5 checkpoint mixins 2012-03-18 10:08:36 +00:00
jtm
8d0b4ba110 cleanup 2012-03-16 15:39:03 +00:00
jtm
6306131e36 checkpoint 2012-03-03 19:58:56 +00:00
jtm
2a2c7276d1 checkpoint 2012-03-03 15:16:29 +00:00
jtm
e29806e126 checkpoint 2012-03-02 20:15:18 +00:00
jtm
05f51b39b1 checkpoint 2012-03-01 16:23:22 +00:00
jtm
85821dc163 checkpoint 2012-02-28 20:49:26 +00:00
jtm
1799f482bc checkpoint nested 2012-02-26 17:04:50 +00:00
jtm
5532eb88ee checkpoint expressions 2012-02-26 15:50:07 +00:00
jtm
a34ea8dbaf checkpoint 2012-02-26 13:29:22 +00:00
jtm
46da3b836a checkpoint 2012-02-25 18:28:05 +00:00
jtm
e08bef4d0e Refactor work 2012-02-25 17:08:08 +00:00
jtm
1f19444f74 scope 2012-02-12 13:00:08 +00:00
jtm
7a3ff7cf7e scope 2012-02-12 12:11:15 +00:00
jtm
6f34573b8e scope 2012-02-12 12:00:56 +00:00
jtm
c30ada98a6 new scope 2012-02-12 11:50:57 +00:00