Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RTL support to Discourse CSS Theme #2633

Merged
merged 3 commits into from
Aug 22, 2014
Merged

Add RTL support to Discourse CSS Theme #2633

merged 3 commits into from
Aug 22, 2014

Conversation

zohararad
Copy link
Contributor

Add RTL support for Discourse CSS theme using the RTLit gem, which automatically converts CSS to RTL during pre-processing stage. RTL can be enabled / disabled via configuration parameter in config/discourse.conf and is opt-in (i.e. disabled by default)

@discoursebot
Copy link

Thanks for contributing this pull request! Could you please sign our CLA so we can review it? http://www.discourse.org/cla

@@ -154,6 +154,7 @@ gem 'rack-protection' # security
group :assets do
gem 'sass-rails', '~> 4.0.2'
gem 'uglifier'
gem 'rtlit' # for css rtling
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be require: false

@daonb
Copy link

daonb commented Aug 21, 2014

@SamSaffron thanks! We're really waiting for this, can you please review the new committs?

Thanks,

Benny

@SamSaffron
Copy link
Member

Sorry about this, yes looks fine, thanks

SamSaffron added a commit that referenced this pull request Aug 22, 2014
Add RTL support to Discourse CSS Theme
@SamSaffron SamSaffron merged commit 31cc6ea into discourse:master Aug 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants