From 6cd719f02304098c4fa0362f4cf97c49d789c4eb Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Fri, 14 Apr 2017 00:24:39 +0300 Subject: [PATCH] feat(rtl): add text-start and text-end (#11213) --- src/components/app/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index 6863a249105..3dffd60f816 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -305,6 +305,14 @@ ion-footer { text-align: right; } +[text-start] { + text-align: start; +} + +[text-end] { + text-align: end; +} + [text-justify] { text-align: justify; }