diff options
-rw-r--r-- | itjs.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ else if (it::match('\.css', $lastfile)) '\bmax\(.*?\)' => "0", '\bclip-path:[^;}]*' => "", '\bbackground-position-[xy]' => "background-position", + ':has\([^)]*\)' => "", ), $data ); |