diff --git a/doc-src/content/stylesheets/main.sass b/doc-src/content/stylesheets/main.sass index 4a8b89dd..029c6a30 100644 --- a/doc-src/content/stylesheets/main.sass +++ b/doc-src/content/stylesheets/main.sass @@ -65,11 +65,6 @@ body.reference text-align: center +border-radius(3px) - - - - - table.constants width: 100% +alternating-rows-and-columns(#eee, #bbb, #191919) diff --git a/doc-src/lib/stylesheets/sass_extensions.rb b/doc-src/lib/stylesheets/sass_extensions.rb index 06804497..0df2fcd9 100644 --- a/doc-src/lib/stylesheets/sass_extensions.rb +++ b/doc-src/lib/stylesheets/sass_extensions.rb @@ -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