-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
I am experiencing several issues related to RTL (Right-to-Left) support in Bulma v1:
Missing bulma-rtl files: The bulma-rtl files are not available in the package. Additionally, these files are not accessible via the two popular CDNs, jsDelivr and cdnjs.
SASS Compilation Issues: I attempted to generate the RTL files using the $rtl: true; flag in SASS, but it did not produce the expected results.
Lack of Documentation: There is no documentation regarding RTL support on the Bulma website. This makes it challenging to implement and troubleshoot RTL support.
I would like to know if RTL support is still available in Bulma v1. If so, could you please provide guidance on how to properly implement it, including access to the bulma-rtl files and the correct SASS configuration? Additionally, it would be helpful to have updated documentation on the website regarding RTL support.