9 calls to SassNode::parseChildren() in Sassy 7.3
- SassDirectiveNode::parse in phpsass/
tree/ SassDirectiveNode.php - Parse this node.
- SassEachNode::parse in phpsass/
tree/ SassEachNode.php - Parse this node.
- SassForNode::parse in phpsass/
tree/ SassForNode.php - Parse this node.
- SassIfNode::parse in phpsass/
tree/ SassIfNode.php - Parse this node.
- SassPropertyNode::parse in phpsass/
tree/ SassPropertyNode.php - Parse this node. If the node is a property namespace return all parsed child nodes. If not return the parsed version of this node.
- SassRootNode::parse in phpsass/
tree/ SassRootNode.php - Parses this node and its children into the render tree. Dynamic nodes are evaluated, files imported, etc. Only static nodes for rendering are in the resulting tree.
- SassRuleNode::parse in phpsass/
tree/ SassRuleNode.php - Parse this node and its children into static nodes.
- SassVariableNode::parse in phpsass/
tree/ SassVariableNode.php - Parse this node. Sets the variable in the current context.
- SassWhileNode::parse in phpsass/
tree/ SassWhileNode.php - Parse this node.