summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2024-04-11 16:03:37 +0200
committerUrban Müller2024-04-11 16:03:37 +0200
commit543b7b80cd17dd633f3bd961a358d509070aeabf (patch)
tree5b52281236b671c27536f37e03ddfc267c382b50
parent77162db58561c71cccd11206aa63dc4cd15cd27d (diff)
downloaditools-543b7b80cd17dd633f3bd961a358d509070aeabf.tar.gz
itools-543b7b80cd17dd633f3bd961a358d509070aeabf.tar.bz2
itools-543b7b80cd17dd633f3bd961a358d509070aeabf.zip
w3c complains about has() which is 96% supported
-rw-r--r--itjs.php1
1 files changed, 1 insertions, 0 deletions
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
);