class Sass::Tree::Visitors::CheckNesting
def invalid_prop_parent?(parent, child)
def invalid_prop_parent?(parent, child) unless is_any_of?(parent, INVALID_PROP_PARENTS) "Properties are only allowed within rules, directives, or other properties." + child.pseudo_class_selector_message end end