mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:26:29 +08:00
0b9f035eac
We currently have some CSS rules in `common/base/rtl.scss` that were added to workaround shortcomings of the R2 gem that we used to use to generate versions of our CSS that are suitable for RTL layouts. Those workarounds are mostly duplicates of existing rules with the only difference being that they're flipped to suit RTL layouts (e.g. `padding-left` is changed to `padding-right` and vice versa).
However, we've recently replaced R2 with `rtlcss` which doesn't have those shortcomings of R2 (see
|
||
---|---|---|
.. | ||
admin_base.scss | ||
admin_emojis.scss | ||
admin_intro.scss | ||
admin_report_chart.scss | ||
admin_report_counters.scss | ||
admin_report_inline_table.scss | ||
admin_report_stacked_chart.scss | ||
admin_report_table.scss | ||
admin_report.scss | ||
admin_reports.scss | ||
api.scss | ||
backups.scss | ||
badges.scss | ||
customize-install-theme.scss | ||
customize.scss | ||
dashboard.scss | ||
emails.scss | ||
json_schema_editor.scss | ||
mini_profiler.scss | ||
penalty.scss | ||
plugins.scss | ||
settings.scss | ||
staff_logs.scss | ||
users.scss |