mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix regression in code block font-size boosting on safari mobile
This commit is contained in:
		@@ -163,6 +163,7 @@ export const ComponentResources: QuartzEmitterPlugin<Options> = (opts?: Partial<
 | 
			
		||||
            minify: true,
 | 
			
		||||
            targets: {
 | 
			
		||||
              safari: (15 << 16) | (6 << 8), // 15.6
 | 
			
		||||
              ios_saf: (15 << 16) | (6 << 8), // 15.6
 | 
			
		||||
              edge: 115 << 16,
 | 
			
		||||
              firefox: 102 << 16,
 | 
			
		||||
              chrome: 109 << 16,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user