18F/web-design-standards

View on GitHub
svgo.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  plugins: [ 
    {
      name: 'preset-default',
      params: {
        overrides: {
          removeViewBox: false,
        },
      },
    }
  ]
}