feat(rtl): add text-start and text-end (#11213)

This commit is contained in:
Amit Moryossef
2017-04-14 00:24:39 +03:00
committed by Brandy Carney
parent d9ac950f17
commit 6cd719f023

View File

@ -305,6 +305,14 @@ ion-footer {
text-align: right;
}
[text-start] {
text-align: start;
}
[text-end] {
text-align: end;
}
[text-justify] {
text-align: justify;
}