# File lib/sass/tree/if_node.rb, line 34
    def options=(options)
      super
      self.else.options = options if self.else
    end