From 75f9844eb428c10d9603a8d0dcd68b2548d96051 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 4 Jul 2022 15:12:26 +0200 Subject: clip-path is supported on mobile browsers --- itjs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/itjs.php b/itjs.php index fe39f6d..feb403a 100644 --- a/itjs.php +++ b/itjs.php @@ -61,6 +61,7 @@ else if (it::match('\.css', $lastfile)) '\battr\(.*?\)' => "'x'", # ignore content:attr(placeholder) '\benv\(.*?\)' => "0", # ignore env(), e.g. env(safe-area-inset-left) for iPhone X '\bmax\(.*?\)' => "0", + '\bclip-path:[^;}]*' => "", '\bbackground-position-[xy]' => "background-position", ), $data -- cgit v1.2.3