Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes sure that the property of a style is not an url
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.
- Loading branch information