We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d055640 + b9c6f2b commit df75f0eCopy full SHA for df75f0e
lib/css-transform.js
@@ -69,7 +69,7 @@ const base64ify = postcss.plugin('postcss-base64ify', function () {
69
.split('?')[0]
70
.split('#')[0]
71
let file
72
- if (filename.indexOf('data') === 0 || filename.length === 0) {
+ if (filename.indexOf('data') === 0 || filename.length === 0 || filename.indexOf('http') === 0) {
73
return string
74
} else if (filename[0] === '/') {
75
file = path.join(process.cwd(), filename)
0 commit comments