# File lib/sass/tree/visitors/check_nesting.rb, line 102
  def invalid_prop_child?(parent, child)
    unless is_any_of?(child, INVALID_PROP_CHILDREN)
      "Illegal nesting: Only properties may be nested beneath properties."
    end
  end