1
0
mirror of https://github.com/svg/svgo.git synced 2025-09-18 19:14:33 +03:00
Files
svgo/docs/04-plugins/removeElementsByAttr.mdx
2024-06-16 00:10:42 +01:00

15 lines
383 B
Plaintext

---
title: removeElementsByAttr
svgo:
pluginId: removeElementsByAttr
parameters:
id:
description: Remove elements where one of these IDs will be match the element ID.
default: []
class:
description: Remove elements where the `class` attribute includes at least one of these classes.
default: []
---
Removes arbitrary elements by ID or className.