From 4e44f16bac24932d79497d66da14a636596d9a97 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Tue, 3 Mar 2026 10:32:11 +0800 Subject: [PATCH] chore: css build compatibility is consistent with the docs (#23711) --- packages/theme-chalk/buildfile.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/theme-chalk/buildfile.ts b/packages/theme-chalk/buildfile.ts index c74d7d0ea1..3c9d482f3a 100644 --- a/packages/theme-chalk/buildfile.ts +++ b/packages/theme-chalk/buildfile.ts @@ -19,9 +19,9 @@ async function compress(filename: string, css: string) { sourceMap: false, targets: { chrome: 85 << 16, - firefox: 78 << 16, - safari: 12 << 16, - edge: 79 << 16, + firefox: 79 << 16, + safari: (14 << 16) | (1 << 8), + edge: 85 << 16, }, }) return result.code