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

Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2008-11-22 10:29:57 -08:00
commit 0a14c30b41

View file

@ -231,7 +231,7 @@ module Sass
root.children.map! do |child|
next child unless Tree::RuleNode === child && child.rule.include?(',')
child.rule.split(',').map do |rule|
node = Tree::RuleNode.new(rule.strip, nil)
node = Tree::RuleNode.new(rule.strip, {})
node.children = child.children
node
end