-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL Support Issues in Bulma v1 #3830
Comments
What issues are you having? V1 makes use of logical properties such as |
On the document wrote that those who want to use the RTL version should load the RTL file but it does not exist. Please remove this part of the document or add this file. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: