class Sass::Engine

def to_tree

Raises:
  • (Sass::SyntaxError) - if there's an error in the document

Returns:
  • (Sass::Tree::Node) - The root of the parse tree.
def to_tree
  return _to_tree unless @options[:quiet]
  Haml::Util.silence_haml_warnings {_to_tree}
end