chore(release): sync frontend from monorepo v4
This commit is contained in:
@@ -96,5 +96,12 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require("tailwindcss-animate")],
|
||||
plugins: [
|
||||
require("tailwindcss-animate"),
|
||||
// Mirrors physical utilities (ml-*, mr-*, pl-*, pr-*, left-*, right-*,
|
||||
// text-left/right, border-l/r, rounded-l/r, space-x-*) under `dir="rtl"`
|
||||
// so the whole app flips visually when Arabic is selected, without
|
||||
// having to rewrite every component to use logical properties.
|
||||
require("tailwindcss-rtl"),
|
||||
],
|
||||
} satisfies Config;
|
||||
|
||||
Reference in New Issue
Block a user