Skip to content

Commit 1c1ab0b

Browse files
committed
remove text-align left on RTL
1 parent 1c9b106 commit 1c1ab0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/scss/03-base/_reset.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ body {
7373
font-size: $font-size-base;
7474
font-weight: normal;
7575
color: $color-text;
76-
text-align: left;
7776
background-color: $color-light;
77+
78+
*:not([dir="rtl"]) &,
79+
:root:not(:lang(ar)):not(:lang(iw)) & {
80+
text-align: left;
81+
}
7882
}
7983

8084
button {

0 commit comments

Comments
 (0)