mirror of
https://github.com/svg/svgo.git
synced 2025-07-31 07:44:22 +03:00
disable add css classes plugin by default
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
exports.type = 'full';
|
exports.type = 'full';
|
||||||
|
|
||||||
exports.active = true;
|
exports.active = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add classnames to an outer <svg> element.
|
* Add classnames to an outer <svg> element.
|
||||||
|
Reference in New Issue
Block a user