Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created September 12, 2012 20:23
Show Gist options
  • Save hatefulcrawdad/3709619 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3709619 to your computer and use it in GitHub Desktop.
Foundation 3 Text Direction Settings
// Text Direction Settings
$textDirection: ltr; // Controls default global text direction, 'rtl' or 'ltr'
$defaultFloat: left; // Change this to 'right' for right-to-left languages
$defaultOpposite: right; // Change this to 'left' for right-to-left languages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment