]> git.openstreetmap.org Git - rails.git/commit
Use rtlcss instead of r2 for RTL support
authorTom Hughes <tom@compton.nu>
Thu, 16 Nov 2023 22:25:13 +0000 (22:25 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 16 Nov 2023 22:53:09 +0000 (22:53 +0000)
commita328ec84a2bc19af6d6fd36b57bbbc7fc59bde9e
tree1d5abd8cf8fe8b24144b47e6a91e05eeefc94e7f
parentb9cb8f09212a4d43ef46548615347519c7d89c3c
Use rtlcss instead of r2 for RTL support

This ensures that the RTL directives in bootstrap are processed
correctly as it is designed around RTLCSS for RTL support.

Fixes #4347
Gemfile
Gemfile.lock
app/assets/stylesheets/common.scss
app/assets/stylesheets/print-rtl.rtlcss.scss [moved from app/assets/stylesheets/print-rtl.r2.scss with 100% similarity]
app/assets/stylesheets/screen-rtl.rtlcss.scss [moved from app/assets/stylesheets/screen-rtl.r2.scss with 100% similarity]
config/initializers/r2.rb [deleted file]
config/initializers/rtlcss.rb [new file with mode: 0644]