diff options
Diffstat (limited to 'searx/static/themes/simple/svg4web.svgo.js')
| -rw-r--r-- | searx/static/themes/simple/svg4web.svgo.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/searx/static/themes/simple/svg4web.svgo.js b/searx/static/themes/simple/svg4web.svgo.js deleted file mode 100644 index 5e12251f3..000000000 --- a/searx/static/themes/simple/svg4web.svgo.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * - * svgo config: Optimize SVG for WEB usage - */ - -module.exports = { - plugins: [ - { - name: 'preset-default', - }, - // make diff friendly - 'sortAttrs', - // Optimize SVG for WEB usage - 'convertStyleToAttrs', - ], -}; |