In 0.1.3 `url("data:...")` URLs are transformed into: ``` src:url("../../some/random/path/data:..."); ``` Behaviour was correct in 0.1.2 where these would go unchanged.