What would be the best way to implement RTL support in Sass?
I don't like to override css properties and I don't like to add multiple css files (e.g styles.css
+ styles-rtl.css
)
Can you suggest any better way?
Thanks.
rtl
and ltr
mixinsrtl
and ltr
both in a single output fileHandle it using dir
attr of html
tag
rtl
and ltr
in a single file)css
rulesrtl
and ltr
both in a single output filesass
files are not very semantic like method #1