1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Nathan Weizenbaum
2443c181ef Fix a SassScript parsing bug. 2008-06-15 00:43:03 -07:00
nex3
a9418b307c More stuff for constant-as-operator handling. The constant !important is now by default the string "!important".
git-svn-id: svn://hamptoncatlin.com/haml/trunk@648 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-23 14:49:54 +00:00
nex3
61e5d0059e SassScript constant-hood works like an operator now. This means that quoted constants will be interpreted as strings.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@647 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-23 14:40:10 +00:00
nex3
af8ca8d0af Sass has a unary minus! Yay!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@538 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-25 08:00:21 +00:00
nex3
54a35efd06 Sassy constants with percent units no longer conflict with the mod operator.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@422 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 05:22:48 +00:00
nex3
660d273a3c Sass-constant colors expand properly, and HTML4 color literals are parsed.
Thanks to Tom Stuart.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@416 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 02:03:10 +00:00
nex3
53f3f61c87 Sassy auto-concatenation with strings works.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@389 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-04 20:49:27 +00:00
nex3
71397ced0c Sass Number parsing bug fixed.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@365 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-11 07:16:19 +00:00
nex3
4e0424dbf5 100% Rcov.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@363 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 06:54:05 +00:00
nex3
87e5f9b392 Sass numbers have units attached.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@361 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 06:38:50 +00:00
nex3
15ca29614b Sass automatically concatenates adjacent values.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@360 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 05:06:47 +00:00
nex3
dccbc77213 Sassy string quotes implemented.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@338 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 03:39:48 +00:00
nex3
8895413d4e Modulo, making constant script pretty much complete.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@264 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-24 23:53:38 +00:00
nex3
483c78a861 Order-of-operations bugfix.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@263 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-24 23:47:15 +00:00
nex3
f2f6081875 Constant division, subtraction, bugfixes.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@262 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-24 23:43:24 +00:00
nex3
c232d19f15 Constant multiplication.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@261 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-24 23:05:07 +00:00
nex3
12255afcd0 Smoothing out a few more constant parsing bugs.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@260 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-24 22:31:49 +00:00
nex3
67397758bd Plus operation defined for all constants.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@259 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-24 00:23:28 +00:00
nex3
99ee33a7bd More operator/constant structure changes, plus operator defined for numbers.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@257 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 22:57:31 +00:00
nex3
808dcec05f Color literal.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@253 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 21:51:44 +00:00
nex3
e794493bc8 Number literal.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@251 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 21:23:27 +00:00
nex3
550f458759 Adds constants for Sass.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@238 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-22 01:52:45 +00:00