fix(rtl): don't convert logical properties to absolute
This commit is contained in:
parent
7d507d3655
commit
f79337cccc
|
|
@ -107,7 +107,11 @@ function getBuildConfig(env: Record<string, string>) {
|
|||
plugins: [
|
||||
tailwindcss(),
|
||||
postcssEasingGradients(),
|
||||
postcssPresetEnv(),
|
||||
postcssPresetEnv({
|
||||
features: {
|
||||
'logical-properties-and-values': false,
|
||||
}
|
||||
}),
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue