From 218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 25 Nov 2022 21:32:56 -0700 Subject: b --- svgo.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 svgo.config.js (limited to 'svgo.config.js') diff --git a/svgo.config.js b/svgo.config.js new file mode 100644 index 0000000..67471fb --- /dev/null +++ b/svgo.config.js @@ -0,0 +1,12 @@ +module.exports = { + multipass: true, + plugins: [ + 'preset-default', + { + name: "removeAttrs", + params: { + attrs: "style" + } + } + ], +}; -- cgit v1.2.3