# File lib/sass/tree/mixin_node.rb, line 39
    def invalid_child?(child)
      super unless child.is_a?(ExtendNode)
    end