diff options
author | Urban Müller | 2024-04-11 16:03:37 +0200 |
---|---|---|
committer | Urban Müller | 2024-04-11 16:03:37 +0200 |
commit | 543b7b80cd17dd633f3bd961a358d509070aeabf (patch) | |
tree | 5b52281236b671c27536f37e03ddfc267c382b50 | |
parent | 77162db58561c71cccd11206aa63dc4cd15cd27d (diff) | |
download | itools-543b7b80cd17dd633f3bd961a358d509070aeabf.tar.gz itools-543b7b80cd17dd633f3bd961a358d509070aeabf.tar.bz2 itools-543b7b80cd17dd633f3bd961a358d509070aeabf.zip |
w3c complains about has() which is 96% supported
-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 ); |