# File lib/sass/script/node.rb, line 33
    def options=(options)
      @options = options
      children.each {|c| c.options = options}
    end