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

27 commits

Author SHA1 Message Date
Nathan Weizenbaum
0c2d6a44ef Get rid of trailing whitespace. 2008-04-07 23:14:03 -07:00
nex3
cb0b40e368 A small step on the road to compatibility with 1.9.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@705 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-26 02:22:23 +00: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
6fa6d6c772 Foundations of support for SassScripty functions. This also means that something like url(foo.png) in SassScript doesn't break, fixing a bug pointed out by Gioele. Thanks!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@577 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-04 06:05:03 +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
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
03c644e5a6 Added lots of :nodocs: and
git-svn-id: svn://hamptoncatlin.com/haml/trunk@384 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-01 05:52:47 +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
3ab2d63916 Sass now throws an "unterminated string" error.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@339 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 03:44:44 +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
403f9669b5 Cleaner constant error reporting.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@337 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 03:20:24 +00:00
nex3
ae4ea92e41 Oops... forgot why active arithmetic characters can't be in constants :p.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@331 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-02 03:33:24 +00:00
nex3
e74d7583ef More liberal set of Sass constant names allowed.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@330 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-02 03:30:13 +00:00
nex3
9a22c3717e Added a bunch of tests for Sass... almost at 100% rcov!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@322 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-31 04:30:30 +00:00
nex3
7aedfff581 Cleaner exception handling in Sass::Constant.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@319 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-28 17:24:08 +00:00
nex3
e0ed883ae6 Errors raised by Sass::Constant and friends now subclasses of Sass::SyntaxError.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@318 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-28 10:28:19 +00:00
nex3
ad6188d1fe Adding Sass syntax errors.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@317 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-28 10:14:15 +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
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
8116d203e8 Framework for Constant operations.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@255 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 22:32:05 +00:00
nex3
27dffd695a Proper error reporting.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@249 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 09:40:10 +00:00
nex3
c5b044d4b0 Proper constant substitution.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@248 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 03:06:52 +00:00
nex3
345093a1ec Requires are now even cleaner. Huzzah!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@247 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-23 03:00:59 +00:00
nex3
b8082abeb8 More advanced constant arithmetic.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@244 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-22 10:28:17 +00:00
nex3
1d5f2103b7 Basics of constant arithmetic.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@241 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-22 06:22:15 +00:00