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

15 commits

Author SHA1 Message Date
Nathan Weizenbaum
4b5842207f [Sass] Move import resolution to ImportNode (formerly FileNode).
Closes gh-17
2009-07-12 10:21:21 -04:00
Nathan Weizenbaum
282009c85d [Sass] Rename AttrNode to PropNode. 2009-06-19 03:49:40 -07:00
Nathan Weizenbaum
81900a6db5 [Sass] Refer to properties as properties, not attributes. 2009-06-19 03:47:27 -07:00
Nathan Weizenbaum
d6edaf6e0f Merge branch 'sassc' into yard-sassc
Conflicts:
	lib/sass/tree/node.rb
2009-05-10 02:05:49 -07:00
Nathan Weizenbaum
f0815271aa Merge branch 'master' into sassc
Conflicts:
	lib/sass/tree/comment_node.rb
	lib/sass/tree/directive_node.rb
	lib/sass/tree/node.rb
2009-05-08 13:54:35 -07:00
Nathan Weizenbaum
83ac8c4a69 [Sass] Fix a bug with comments that shouldn't be rendered.
Closes gh-4
2009-05-08 13:48:34 -07:00
Nathan Weizenbaum
126ee8191b Merge branch 'sassc' into yard-sassc
Conflicts:

	lib/sass.rb
	lib/sass/error.rb
	lib/sass/tree/comment_node.rb
	lib/sass/tree/debug_node.rb
	lib/sass/tree/directive_node.rb
	lib/sass/tree/file_node.rb
	lib/sass/tree/for_node.rb
	lib/sass/tree/if_node.rb
	lib/sass/tree/mixin_def_node.rb
	lib/sass/tree/mixin_node.rb
	lib/sass/tree/node.rb
	lib/sass/tree/while_node.rb
2009-04-25 13:00:22 -07:00
Nathan Weizenbaum
601059239d [Sass] Convert Sass::Tree::DirectiveNode docs to YARD. 2009-04-25 12:19:08 -07:00
Nathan Weizenbaum
1146240b73 [Sass] Don't pass options to Tree::Node#initialize. 2009-04-21 20:36:46 -07:00
Nathan Weizenbaum
a76e1654da [Sass] Use an attribute to access @style in Sass::Tree. 2009-04-21 18:39:34 -07:00
Nathan Weizenbaum
ea9addc385 Scope variables at indentation level. 2008-10-15 20:22:01 -07:00
Nathan Weizenbaum
88c4619bdd Compile Sass to a full-fledged AST before evaluating and printing. 2008-10-13 10:45:10 -07:00
Nathan Weizenbaum
6fd1eeaede Preserve multiline selector formatting. 2008-03-30 11:18:19 -07: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
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