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