# File lib/sass/tree/visitors/check_nesting.rb, line 67
  def invalid_function_child?(parent, child)
    unless is_any_of?(child, INVALID_FUNCTION_CHILDREN)
      "Functions can only contain variable declarations and control directives."
    end
  end