Commit ba281fc 1 parent ee7efbe commit ba281fc Copy full SHA for ba281fc
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ $au-flex-utilities-reverse-responsive-breakpoints: false !default;
62
62
}
63
63
64
64
.au-u-flex--row-reverse {
65
- flex-direction : row !important ;
65
+ flex-direction : row-reverse !important ;
66
66
}
67
67
68
68
.au-u-flex--column-reverse {
69
- flex-direction : column !important ;
69
+ flex-direction : column-reverse !important ;
70
70
}
71
71
72
72
.au-u-flex--start {
@@ -187,11 +187,11 @@ Set the global `$au-flex-utilities-reverse-responsive-breakpoints` variable to `
187
187
}
188
188
189
189
.au-u-flex--row-reverse\@ #{$au-bp-name } {
190
- flex-direction : row !important ;
190
+ flex-direction : row-reverse !important ;
191
191
}
192
192
193
193
.au-u-flex--column-reverse\@ #{$au-bp-name } {
194
- flex-direction : column !important ;
194
+ flex-direction : column-reverse !important ;
195
195
}
196
196
197
197
.au-u-flex--start\@ #{$au-bp-name } {
You can’t perform that action at this time.
0 commit comments