# File lib/sass/tree/root_node.rb, line 57
      def perform!(environment)
        environment.options = @options if environment.options.nil? || environment.options.empty?
        super
      end