We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5094fee commit 70b5b6bCopy full SHA for 70b5b6b
src/themes/ionic.mixins.scss
@@ -142,7 +142,7 @@
142
}
143
144
@mixin multi-dir() {
145
- @if $app-direction == null {
+ @if $app-direction == multi {
146
$root: #{&};
147
@at-root [dir="ltr"], [dir="rtl"] {
148
#{$root} {
@@ -155,7 +155,7 @@
155
156
157
@mixin rtl() {
158
159
160
@at-root [dir="rtl"] {
161
@@ -168,7 +168,7 @@
168
169
170
@mixin ltr() {
171
172
173
@at-root [dir="ltr"] {
174
0 commit comments