mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
css2sass doesn't compound all rule definitions.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@482 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
2d39c8a362
commit
9a52d9ab91
2 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ module Sass
|
|||
if @template.scan(/\{/)
|
||||
result = Tree::RuleNode.new(rules.join(' '), nil)
|
||||
root << result
|
||||
rules = []
|
||||
|
||||
whitespace
|
||||
attributes(result)
|
||||
|
|
Loading…
Add table
Reference in a new issue