Automattic\WooCommerce\Vendor\Sabberworm\CSS
Parser::parse
Parses the CSS provided to the constructor and creates a Document from it.
Method of the class: Parser{}
No Hooks.
Returns
Document.
Usage
$Parser = new Parser(); $Parser->parse();
Parser::parse() Parser::parse code WC 10.5.0
public function parse()
{
return Document::parse($this->oParserState);
}