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

26 commits

Author SHA1 Message Date
Nathan Weizenbaum
88c4619bdd Compile Sass to a full-fledged AST before evaluating and printing. 2008-10-13 10:45:10 -07:00
Chris Eppstein
a98b4def37 The relative pathname calculation can fail, if it does, use the absolute filename instead. 2008-08-09 09:45:21 -07:00
Nathan Weizenbaum
b882ab197d Add support for filenames in Sass line-number reporting. 2008-07-20 12:12:37 -04:00
Nathan Weizenbaum
8c2e67bbb5 Basic line-annotation support for Sass. 2008-07-20 00:21:46 -04:00
Nathan Weizenbaum
8b2e0b5a2e Come up with a somewhat saner model for multiline rules. 2008-04-28 12:13:31 -07:00
Chris Eppstein
5548ed38e9 multi-line rules were broken for three or more selectors. Added test case and fix. 2008-04-28 11:20:35 -07:00
Nathan Weizenbaum
c5d2bb774e Make sure all Sass errors have trailing periods. 2008-04-19 10:16:10 -07:00
Nathan Weizenbaum
84fdde13a5 Get rid of trailing whitespace. 2008-04-07 23:09:17 -07:00
Nathan Weizenbaum
6fd1eeaede Preserve multiline selector formatting. 2008-03-30 11:18:19 -07:00
Cristi Balan
ae79bdb8dd fix multiline selectors and tidy up group selector output
* all multiline selectors are now outputed in one line
* grouped selectors now honor :style => 'compressed'
2008-03-27 17:18:38 +01: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
3e761f04ce Adding a :compressed style for Sass, wherein all extraneous whitespace is removed. Idea thanks to pimpmaster, code thanks to Thomas Brian.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@602 7063305b-7217-0410-af8c-cdc13e5119b9
2007-09-07 09:00:58 +00:00
nex3
a1bd6ca709 Minor code cleanup.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@584 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-12 11:00:41 +00:00
nex3
26e46e87d1 Non-@import CSS directives work in Sass.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@583 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-12 10:54:35 +00:00
nex3
b83cbfa3b3 Added multiline selector support to Sass. Thanks to Max Muermann for pointing this out.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@579 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-10 05:21:56 +00:00
nex3
96f8800d71 Sass: "&:foo, bar" in a selector is the same as "&:foo, & bar".
git-svn-id: svn://hamptoncatlin.com/haml/trunk@534 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-22 20:03:56 +00:00
nex3
432f841d30 Added support for CSS comments, using /* syntax.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@435 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 23:34:26 +00:00
nex3
bf57ea77eb Fixed erroneous indentation of output for attribute-less Sass rules.
Thanks again to Tom Stuart!


git-svn-id: svn://hamptoncatlin.com/haml/trunk@426 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 10:24:43 +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
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
edb938e324 Sass style-setting.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@348 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-06 01:58:23 +00:00
nex3
867948bdf4 Support for nested multiple CSS selectors (as per http://groups-beta.google.com/group/haml/msg/209d1c347ba85248?hl=en& - thanks svenax!).
git-svn-id: svn://hamptoncatlin.com/haml/trunk@288 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-18 09:30:30 +00:00
nex3
d49a738b47 Removed redundant line.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@287 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-18 03:40:14 +00:00
nex3
79c4e18491 Applying http://groups-beta.google.com/group/haml/t/229f67bb63d5dcb9, thanks Svenax!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@286 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-17 16:32:15 +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
be1f0a1956 Missed a few files.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@196 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 08:41:09 +00:00