Skip to content

Commit

Permalink
fix(rtl): apply rtl mixin styles to component root elements
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed May 28, 2021
1 parent 31b265f commit f143b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/styles/tools/_rtl.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@mixin rtl()
&.v-locale--is-rtl,
.v-locale--is-rtl &
@content

@mixin ltr()
&.v-locale--is-ltr,
.v-locale--is-ltr &
@content

0 comments on commit f143b25

Please sign in to comment.