Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
six7 committed Nov 21, 2023
2 parents 370edd9 + 963884b commit 2edec9c
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions packages/tokens-studio-for-figma/svgo.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
plugins: [
{
removeViewBox: true
},
]
}
module.exports = {
plugins: [
{
name: 'preset-default',
params: {
overrides: {
removeViewBox: false,
}
}
}
]
};

0 comments on commit 2edec9c

Please sign in to comment.