postcss-base64
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -63,5 +63,7 @@ var fs = require('fs'), | ||
node.replaceValues(search, function (string) { | ||
return replaceFiles(string, opts); | ||
}); | ||
if(node.replaceValues) { | ||
node.replaceValues(search, function (string) { | ||
return replaceFiles(string, opts); | ||
}); | ||
} | ||
}); | ||
@@ -68,0 +70,0 @@ } |
{ | ||
"name": "postcss-base64", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Replace values in url() statements with base64 encoded strings.", | ||
@@ -5,0 +5,0 @@ "author": "Jelmer de Maat", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13220
189