class Sass::Tree::Node

def invalid_child?(child)

Returns:
  • (Boolean, String) - Whether or not the child node is valid,

Parameters:
  • child (Tree::Node) -- A potential child node
def invalid_child?(child)
  false
end