Skip to content

Instantly share code, notes, and snippets.

@ashour
Created February 12, 2019 09:56
Show Gist options
  • Save ashour/793334908331ab1be5ac0832d2bde8d0 to your computer and use it in GitHub Desktop.
Save ashour/793334908331ab1be5ac0832d2bde8d0 to your computer and use it in GitHub Desktop.
.text-end {
text-align: right; /* Fallback */
text-align: end;
}
[dir="rtl"] .text-end {
text-align: left; /* Fallback */
text-align: end;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment