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
This commit is contained in:
Tom Hughes 2023-11-16 22:25:13 +00:00
parent b9cb8f0921
commit a328ec84a2
7 changed files with 56 additions and 80 deletions

View file

@ -26,8 +26,8 @@ gem "jbuilder", "~> 2.7"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", :require => false
# Use R2 for RTL conversion
gem "r2", "~> 0.2.7"
# Use rtlcss for RTL conversion
gem "rtlcss"
# Use autoprefixer to generate CSS prefixes
gem "autoprefixer-rails"