diff options
author | Urban Müller | 2016-03-21 16:59:11 +0100 |
---|---|---|
committer | Urban Müller | 2016-03-21 16:59:11 +0100 |
commit | 59d70db4397bcd88ab085e7f152bfd941c0a119e (patch) | |
tree | 3d724cc11e162db8ab31715495ca1527516f7e13 /itjs.php | |
parent | 9e45485779b333d568e2db425f6ed028872604ac (diff) | |
download | itools-59d70db4397bcd88ab085e7f152bfd941c0a119e.tar.gz itools-59d70db4397bcd88ab085e7f152bfd941c0a119e.tar.bz2 itools-59d70db4397bcd88ab085e7f152bfd941c0a119e.zip |
patch inofficial background-position-y
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 ); |