Ramil

Results 3 issues of Ramil

I need to change 8px to 15px. Can I do this without copying the css?

`html.replace` in `String(html).replace` And this error does not occur when working with SVG files ```/resourses/node_modules/juice/lib/cheerio.js:19 html = html.replace(re, function(match, subMatch) { ^ TypeError: html.replace is not a function at /home/rtx/resourses/node_modules/juice/lib/cheerio.js:19:17...

bug

https://www.npmjs.com/package/prequest `prequest({ url:'http://localhost:4567/api', arrayResponse: true }).spread(response, body) { console.log('Success!', response.headers, body); });`