summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--itjs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/itjs.php b/itjs.php
index 7c8998e..155c9e2 100644
--- a/itjs.php
+++ b/itjs.php
@@ -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
);