Skip to content

Commit

Permalink
https://github.com/tailwindlabs/tailwindcss/pull/15166
Browse files Browse the repository at this point in the history
  • Loading branch information
suabahasa committed Nov 26, 2024
1 parent a38104b commit 0a98f76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/packages/core/tailwindcss-v4/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ export async function optimize(css, minify = false) {
include: Features.Nesting,
exclude: Features.LogicalProperties,
targets: {
safari: (16 << 16) | (4 << 8)
safari: (16 << 16) | (4 << 8),
ios_saf: (16 << 16) | (4 << 8),
firefox: 128 << 16,
chrome: 120 << 16,
},
errorRecovery: true
});
Expand Down

0 comments on commit 0a98f76

Please sign in to comment.