getRuleSanitizers()` will use the at-rule names (including the '@') as keys. * The style rule sanitizer has key 'styles' * @param StylePropertySanitizer $propertySanitizer StylePropertySanitizer being used for sanitization, * for use in adding or redefining rule sanitizers * @param MatcherFactory $matcherFactory MatcherFactory being used, for use in adding or redefining rule sanitizers * @return bool|void True or no return value to continue or false to abort */ public function onTemplateStylesStylesheetSanitizer( StylesheetSanitizer &$sanitizer, StylePropertySanitizer $propertySanitizer, MatcherFactory $matcherFactory ); }