1
0
Fork 0
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:
nex3 2007-04-03 04:51:45 +00:00
parent 2d39c8a362
commit 9a52d9ab91
2 changed files with 2 additions and 1 deletions

View file

@ -91,6 +91,7 @@ module Sass
if @template.scan(/\{/)
result = Tree::RuleNode.new(rules.join(' '), nil)
root << result
rules = []
whitespace
attributes(result)

View file

@ -15,7 +15,7 @@
- 120.times do |number|
- number
Wow.|
%p
%p
= "Holy cow " + |
"multiline " + |
"tags! " + |