Skip to content

Commit

Permalink
flex-direction is already dir aware, no need to manually add it.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Oct 1, 2023
1 parent e3861bb commit be3ac7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/sass/components/flex-inline/_flex-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
padding: 0;
text-align: start;

@include rtl() {
flex-direction: row-reverse;
}

&__item,
li {
list-style: none;
Expand Down

0 comments on commit be3ac7b

Please sign in to comment.