Automattic\WooCommerce\Vendor\Sabberworm\CSS

Settings::beStrictpublicWC 1.0

Configures the parser to choke on invalid rules.

Method of the class: Settings{}

No Hooks.

Returns

self. fluent interface

Usage

$Settings = new Settings();
$Settings->beStrict();

Settings::beStrict() code WC 10.4.3

public function beStrict()
{
    return $this->withLenientParsing(false);
}