mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02: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