class Sass::Tree::Node
def invalid_child?(child)
-
(Boolean, String)
- Whether or not the child node is valid,
Parameters:
-
child
(Tree::Node
) -- A potential child node
def invalid_child?(child) false end
(Boolean, String)
- Whether or not the child node is valid,
child
(Tree::Node
)
-- A potential child node
def invalid_child?(child) false end