# File lib/sass/tree/node.rb, line 243
      def to_scss(tabs = 0, opts = {})
        to_src(tabs, opts, :scss)
      end