mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix regression in code block font-size boosting on safari mobile
This commit is contained in:
parent
527ce6546e
commit
2ac5dd49da
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ export const ComponentResources: QuartzEmitterPlugin<Options> = (opts?: Partial<
|
||||||
minify: true,
|
minify: true,
|
||||||
targets: {
|
targets: {
|
||||||
safari: (15 << 16) | (6 << 8), // 15.6
|
safari: (15 << 16) | (6 << 8), // 15.6
|
||||||
|
ios_saf: (15 << 16) | (6 << 8), // 15.6
|
||||||
edge: 115 << 16,
|
edge: 115 << 16,
|
||||||
firefox: 102 << 16,
|
firefox: 102 << 16,
|
||||||
chrome: 109 << 16,
|
chrome: 109 << 16,
|
||||||
|
|
Loading…
Reference in a new issue