Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
ParserState::getCharset
Returns the charset that is used if the CSS does not contain an @charset declaration.
Method of the class: ParserState{}
No Hooks.
Returns
String.
Usage
$ParserState = new ParserState(); $ParserState->getCharset();
ParserState::getCharset() ParserState::getCharset code WC 10.8.1
public function getCharset()
{
return $this->sCharset;
}