Commit 457e53a
fix(polyfill): do not consider URLs viable values for running the polyfill. (#78)
I actually got a bug with background-image property
pointing to cloudfront with this url:
https://d3r0d0kb2vhuxd.cloudfront.net
The viewportUnitExpression regex matched the url
and the url got rewritten.
This is a fix to avoid that.1 parent c88ccc9 commit 457e53a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
264 | | - | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
0 commit comments