mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +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