Skip to content

zeppelin/ember-cli-bidi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-cli-bidi

WIP

An Ember CLI Addon that creates right-to-left version of each of your CSS files using css-flip.

TODO

  • Compile vendor styles, too.

Installation / Usage

From within your Ember CLI application (must be >= 0.0.41), run the following:

npm install --save-dev ember-cli-bidi

The RTL files are all suffixed with .rtl, so for ex. app.css will have an app.rtl.css version next to it.

NOTE: You're responsible for linking the stylesheets in your index.html, until I gain a bit more knowledge about the most common scenarios and implement a solution based on that.

References

License

MIT © Gabor Babicz

About

An Ember CLI Addon that creates right-to-left version of each of your CSS files using css-flip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors