Skip to content

Commit

Permalink
Ignore :has and :is
Browse files Browse the repository at this point in the history
  • Loading branch information
Darklg committed Feb 5, 2024
1 parent f8f0756 commit b931f05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inc/classes/csslisible.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ class CSSLisible {
'regex' => '#(:not\((.+)\))#U',
'list' => array()
),
'has' => array(
'regex' => '#(:has\((.+)\))#U',
'list' => array()
),
'is' => array(
'regex' => '#(:is\((.+)\))#U',
'list' => array()
),
'var' => array(
'regex' => '#(var\((.+)\))#U',
'list' => array()
Expand Down

0 comments on commit b931f05

Please sign in to comment.