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

[Sass] [Less] Fix a bug.

This commit is contained in:
Nathan Weizenbaum 2010-04-28 18:02:23 -07:00
parent ccd373e393
commit 17c4395e64

View file

@ -115,7 +115,7 @@ WARNING
comma_sel
end.join(', ')
rule = Sass::Tree::RuleNode.new(sel)
rule = Sass::Tree::RuleNode.new([sel])
last_el.rules.each {|r| rule << r.to_sass_tree}
return rule
end