bootstrap_italia-8.x-0.x-dev/var/starter_kits/italiagov/svgo.config.js
var/starter_kits/italiagov/svgo.config.js
// https://svgo.dev/docs/plugins/ export default { multipass: true, plugins: [ 'cleanupAttrs', 'cleanupAttrs', 'removeEmptyAttrs', 'removeComments', 'convertStyleToAttrs', 'removeEmptyContainers', 'removeEmptyText', 'removeRasterImages', 'removeUnknownsAndDefaults', 'reusePaths', { name: 'removeAttrs', params: { attrs: '(fill)', }, }, ], };