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:
parent
b9cb8f0921
commit
a328ec84a2
7 changed files with 56 additions and 80 deletions
4
Gemfile
4
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue