fix(rtl): don't convert logical properties to absolute

This commit is contained in:
kolaente 2025-08-02 11:30:10 +02:00
parent 7d507d3655
commit f79337cccc
1 changed files with 5 additions and 1 deletions

View File

@ -107,7 +107,11 @@ function getBuildConfig(env: Record<string, string>) {
plugins: [
tailwindcss(),
postcssEasingGradients(),
postcssPresetEnv(),
postcssPresetEnv({
features: {
'logical-properties-and-values': false,
}
}),
],
},
},