9 Commits

Author SHA1 Message Date
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
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
jtm
a75f6a9225 Documentation 2012-03-30 19:32:11 +00:00
jtm
8b29889657 Cleanup 2012-03-18 14:21:58 +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
robotis
f4ba41cc1d initial commit 2012-01-28 14:52:09 +00:00