Browse Source

Maki: fix replacing

master
parent
commit
a4201cfb94
  1. 2
      src/maki.js

2
src/maki.js

@ -10,7 +10,7 @@ function applyOptions (code, options) {
}
}
return code.replace('path d=', 'path style="' + style + '" d=')
return code.replace(/<path/i, '<path style="' + style + '"')
}
function maki (file, options, callback) {

Loading…
Cancel
Save