Fixes #448 - rebasing no protocol URIs.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 4 May 2015 06:22:45 +0000 (07:22 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 4 May 2015 06:26:52 +0000 (07:26 +0100)
commit037a213cdbf87338b21f7af941692966794059cd
treeb88ca278ef88f953e3e65c5f829f85c797aaa95e
parent51b0eaf0eb37eb88a3cf7c0d8e97014b26c88b72
Fixes #448 - rebasing no protocol URIs.

When rebasing remote imports with URIs given without a protocol the
resulting CSS should also use no protocol, e.g:

```
@import "//127.0.0.1/no-protocol.css";
```

=>

```
a{background:url(//127.0.0.1/image.png)}
```
History.md
lib/imports/inliner.js
lib/urls/rewrite.js
test/protocol-imports-test.js