Some cleanup and debug code removal.
This commit is contained in:
parent
5491a7702b
commit
4046ca77fe
@ -65,11 +65,6 @@ body.reference
|
|||||||
text-align: center
|
text-align: center
|
||||||
+border-radius(3px)
|
+border-radius(3px)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
table.constants
|
table.constants
|
||||||
width: 100%
|
width: 100%
|
||||||
+alternating-rows-and-columns(#eee, #bbb, #191919)
|
+alternating-rows-and-columns(#eee, #bbb, #191919)
|
||||||
|
@ -19,7 +19,6 @@ module Sass
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
raise clean_children.first.inspect if clean_children.first.detect{|c| TrueClass === c}
|
|
||||||
tab(clean_children.first.
|
tab(clean_children.first.
|
||||||
map{|c| c.to_sass}.join("\n"))
|
map{|c| c.to_sass}.join("\n"))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user