mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 01:44:12 +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
|
||||
name: 'sortAttrs',
|
||||
params: {
|
||||
order: ['role', 'viewBox', 'xmlns'],
|
||||
order: ['role', 'viewBox'],
|
||||
xmlnsOrder: 'alphabetical',
|
||||
},
|
||||
},
|
||||
'sortDefsChildren',
|
||||
|
Loading…
Reference in New Issue
Block a user