Some cleanup and debug code removal.

This commit is contained in:
Chris Eppstein 2010-01-24 16:07:13 -08:00
parent 5491a7702b
commit 4046ca77fe
2 changed files with 0 additions and 6 deletions

View File

@ -65,11 +65,6 @@ body.reference
text-align: center
+border-radius(3px)
table.constants
width: 100%
+alternating-rows-and-columns(#eee, #bbb, #191919)

View File

@ -19,7 +19,6 @@ module Sass
end
end
end
raise clean_children.first.inspect if clean_children.first.detect{|c| TrueClass === c}
tab(clean_children.first.
map{|c| c.to_sass}.join("\n"))
end