Generic .no classes
-
In the current rules the plugin adds a rule when the mode is prerender:
‘selector_matches’ => ‘.no-prerender’,
wouldn’t it make sence to make this more generic? Like :
array(
‘not’ => array(
‘selector_matches’ => [“a[rel=nofollow]”,”.no-$mode”,”.no-speculation”]
),
),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Generic .no classes’ is closed to new replies.