mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03:00
Fix SVGO sortAttrs
configuration (#11157)
This commit is contained in:
parent
46b686300e
commit
2131288463
@ -75,7 +75,8 @@ const config = {
|
|||||||
// Sort the attributes on the <svg> tag
|
// Sort the attributes on the <svg> tag
|
||||||
name: 'sortAttrs',
|
name: 'sortAttrs',
|
||||||
params: {
|
params: {
|
||||||
order: ['role', 'viewBox', 'xmlns'],
|
order: ['role', 'viewBox'],
|
||||||
|
xmlnsOrder: 'alphabetical',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'sortDefsChildren',
|
'sortDefsChildren',
|
||||||
|
Loading…
Reference in New Issue
Block a user