diff options
Diffstat (limited to 'itjs.php')
-rw-r--r-- | itjs.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ else if (it::match('\.css', $file)) 'svg\..*' => "", # ignore svg styles '\battr\(.*?\)' => "'x'", # ignore content:attr(placeholder) '\bcalc\(.*?\)' => "0", # ignore calc() + '\bbackground-position-[xy]' => "background-position", ), $data ); |