mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix(rtl): don't convert logical properties to absolute
This commit is contained in:
@@ -107,7 +107,11 @@ function getBuildConfig(env: Record<string, string>) {
|
||||
plugins: [
|
||||
tailwindcss(),
|
||||
postcssEasingGradients(),
|
||||
postcssPresetEnv(),
|
||||
postcssPresetEnv({
|
||||
features: {
|
||||
'logical-properties-and-values': false,
|
||||
}
|
||||
}),
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user