From 543b7b80cd17dd633f3bd961a358d509070aeabf Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 11 Apr 2024 16:03:37 +0200 Subject: w3c complains about has() which is 96% supported --- itjs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/itjs.php b/itjs.php index 12d8213..5ca5719 100644 --- a/itjs.php +++ b/itjs.php @@ -64,6 +64,7 @@ else if (it::match('\.css', $lastfile)) '\bmax\(.*?\)' => "0", '\bclip-path:[^;}]*' => "", '\bbackground-position-[xy]' => "background-position", + ':has\([^)]*\)' => "", ), $data ); -- cgit v1.2.3