1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-27 07:02:06 +03:00
Files
svgo/docs/04-plugins/removeAttributesBySelector.mdx
2024-06-16 00:10:42 +01:00

12 lines
370 B
Plaintext

---
title: removeAttributesBySelector
svgo:
pluginId: removeAttributesBySelector
parameters:
selectors:
description: An array of objects with two properties, `selector`, and `attributes`, which represent a CSS selector and the attributes to remove respectively.
default: null
---
Removes specific attributes from elements that match a CSS selector.