diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-07 12:46:14 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-02-07 12:46:14 +0000 |
| commit | d27218e2bc631a3196cfcbc826850d3ad93afa35 (patch) | |
| tree | 3a1bdc6eaa07c958d86c6115d8890489d5e98edc /config | |
| parent | ba37eda0f3d8e7f6f6e266336f296cf9a9ca7871 (diff) | |
adjust svgo config, fixes #2123
Closes #2123
Merge request studip/studip!1378
Diffstat (limited to 'config')
| -rw-r--r-- | config/svgo.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/svgo.config.js b/config/svgo.config.js index 9940965..c9bc8fe 100644 --- a/config/svgo.config.js +++ b/config/svgo.config.js @@ -2,10 +2,6 @@ module.exports = { "multipass": true, "plugins": [ { - "name": 'removeAttrs', - "params": { attrs: 'id' } - }, - { "name": 'inlineStyles', "params": { "onlyMatchedOnce": false |
