Skip to content

Instantly share code, notes, and snippets.

@amitkaz
Created May 2, 2011 11:27
Show Gist options
  • Save amitkaz/951470 to your computer and use it in GitHub Desktop.
Save amitkaz/951470 to your computer and use it in GitHub Desktop.
RTL & LTR with sass
#user-box {
float: $dir;
padding: 0 5px;
}
#side-nav {
margin-#{$opdir}: 5px;
}
$dir: right;
$opdir: left;
body {
direction: rtl;
}
@import "app";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment