diff options
| -rw-r--r-- | itjs.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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  		); |