jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

RTL : Added CSSjanus to build process #150

Closed thejdeep closed 8 years ago

thejdeep commented 8 years ago

Added support for RTL using CSSjanus. Fixes Issue #37

thejdeep commented 8 years ago

@arschmitz Could you please review this sometime ?

sfrisk commented 8 years ago

Comments from meeting:

rawteech commented 8 years ago

So you will need have both the regular CSS file and the CSSjanus file as separate mixins but finally compiles to one CSS file I guess

thejdeep commented 8 years ago

@sfrisk @arschmitz Please review this sometime. Also, the Travis build fails because the Grunt task crosses 100 chars, can I break down the build task ?

sfrisk commented 8 years ago

After discussing this in today's meeting, we've decided that CSSJanus might not be the best for this particular project, and we should probably be a bit more custom about how we handle RTL users, than generating RTL automatically.