nuxt-windicss
nuxt-windicss copied to clipboard
Support RTL (Right to left)
My apologies for posting here, but I couldn't find any other suitable place. According to the WindiCSS documentation, it claims to support RTL (Right-to-Left) out of the box starting from version 3. However, I'm facing issues with it not functioning as expected. I have added the dir="rtl" attribute to the HTML element, but the space-x-3 utility class doesn't seem to work correctly in RTL mode. I expected it to add left margin instead of right margin. I would greatly appreciate any guidance on how to configure RTL support in my project without having to manually override all the existing classes in WindiCSS. Thank you.