Initial commit
This commit is contained in:
18
svgo.config.js
Normal file
18
svgo.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
plugins: [
|
||||
{
|
||||
name: "removeViewBox",
|
||||
active: false
|
||||
},
|
||||
{
|
||||
name: "removeDimensions",
|
||||
active: true
|
||||
},
|
||||
{
|
||||
name: "removeAttrs",
|
||||
params: {
|
||||
attrs: "(fill|style)"
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user