anasnakawa / bi-app-sass

writing bi-directional stylesheets in sass
anasnakawa.github.io/bi-app-sass/
MIT License
96 stars 15 forks source link

Design RTL first. #16

Open Sobiru opened 8 years ago

Sobiru commented 8 years ago

Hello, Is there a way to design for rtl first and then ltr would be compiled based on that?

from the docs:

now you can write your styles in _app.scss, using bi-app mixins, as you were styling for only ltr layouts, and the rtl styles will be compiled automatically!

Designing rtl first is extremely useful for the apps that want to focus on rtl design first.

Thanks in advance.

OmarIthawi commented 7 years ago

@Sobiru as a user of this app I can say that it's really not very different. I'm a native Arabic speaker and I still can't see the value of RTL first design. This very different from mobile-first design, where the tradeoffs are really much bigger than just flip some rules.