Commit Graph

23 Commits

Author SHA1 Message Date
nex3 e8e0cf6408 Added support for normally-indented Sass comments.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@428 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 20:48:29 +00:00
nex3 989004d354 Ampersands in Sass selectors refer to the parent selectors.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@420 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 04:17:01 +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 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 c1a2ca3e48 Forgot to add the test for previous :p.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@359 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 02:56:34 +00:00
nex3 048b345e1c Sass reports illegal operations better.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@358 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 02:55:55 +00:00
nex3 7cd7e603b1 New, nested Sass style.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@349 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-06 03:34:49 +00:00
nex3 24b18ec37b Throw a SyntaxError for constants defined not at the root of a document.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@346 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-05 00:41:05 +00:00
nex3 0840be5e24 Accidental CSS-like attributes now throw errors.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@342 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 05:37:27 +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 5e11c6b04f More Sassy coverage.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@323 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-31 04:39:23 +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 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 3978a0d2df 100% RCov (except for action_view_mods, of course).
git-svn-id: svn://hamptoncatlin.com/haml/trunk@265 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-25 00:17:02 +00:00
nex3 015a1b191d A more object-oriented way of parsing Sass.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@195 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 08:40:23 +00:00
nex3 c4032e6acf Better tests, closer to 100% rcov.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@193 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 02:47:37 +00:00
nex3 d10b74e7e9 Made require more sane by messing with $LOAD_PATH. Also fixed rcov in the process.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@190 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 23:56:47 +00:00
nex3 76c6207178 Tests fully functional, if not pretty.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@189 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 23:17:45 +00:00
nex3 01dad1e2e8 Tests work to the extent they did before reorganization.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@187 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:37:17 +00:00
nex3 c6c1fb9886 Moving Sass tests into their own directory.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@186 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:28:25 +00:00