mirror of
https://github.com/svg/svgo.git
synced 2026-01-27 07:02:06 +03:00
12 lines
370 B
Plaintext
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.
|