# File lib/sass/tree/visitors/check_nesting.rb, line 70 def invalid_extend_parent?(parent, child) unless is_any_of?(parent, VALID_EXTEND_PARENTS) return "Extend directives may only be used within rules." end end