From 203735cffb9bae0dcae4a89c756ce6363b5b1f38 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 22 Jun 2015 12:15:39 +0200 Subject: ignore svg styles, w3c complains --- itjs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/itjs.php b/itjs.php index 8ba677c..88fe03f 100644 --- a/itjs.php +++ b/itjs.php @@ -59,6 +59,7 @@ else if (it::match('\.css', $file)) 'html\.ie6.*' => "", ':valid:' => ":", # hack for iOS datetime '([^/])\*(\w)' => '$1$2', + 'svg\..*' => "", # ignore svg styles ), $data ); -- cgit v1.2.3