Skip to content

Commit

Permalink
fix(rtl): do not override document direction (#87)
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
clshortfuse committed Feb 23, 2022
1 parent 8c34e50 commit ac09ba9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/material-design-icons.scss
Expand Up @@ -30,7 +30,9 @@ $material-design-icons-class-icons-prefix: '' !default;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;

/* Respect document layout direction */
direction: inherit;

/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit ac09ba9

Please sign in to comment.