Add an RTL stylesheet for Arabic i18n (#2378)
This commit is contained in:
@ -25,5 +25,5 @@
|
||||
|
||||
- body_classes ||= @body_classes
|
||||
|
||||
%body{ class: body_classes }
|
||||
%body{ class: add_rtl_body_class(body_classes) }
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
Reference in New Issue
Block a user