Skip to content

Commit

Permalink
feat(rtl): add text-start and text-end (#11213)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY authored and brandyscarney committed Apr 13, 2017
1 parent d9ac950 commit 6cd719f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@ ion-footer {
text-align: right;
}

[text-start] {
text-align: start;
}

[text-end] {
text-align: end;
}

[text-justify] {
text-align: justify;
}
Expand Down

0 comments on commit 6cd719f

Please sign in to comment.