File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 */
3838
3939 .u-lg-flexCol {
40- flex-direction : column !important ;
40+ flex-direction : column !important ;
4141 }
4242
4343 .u-lg-flexColReverse {
44- flex-direction : column-reverse !important ;
44+ flex-direction : column-reverse !important ;
4545 }
4646
4747 /**
142142 /**
143143 * 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
144144 */
145+
145146 /* postcss-bem-linter: ignore */
147+
146148 .u-lg-flex > * ,
147149 .u-lg-flexInline > * {
148150 flex-shrink : 1 ; /* 1 */
Original file line number Diff line number Diff line change 3737 */
3838
3939 .u-md-flexCol {
40- flex-direction : column !important ;
40+ flex-direction : column !important ;
4141 }
4242
4343 .u-md-flexColReverse {
44- flex-direction : column-reverse !important ;
44+ flex-direction : column-reverse !important ;
4545 }
4646
4747 /**
142142 /**
143143 * 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
144144 */
145+
145146 /* postcss-bem-linter: ignore */
147+
146148 .u-md-flex > * ,
147149 .u-md-flexInline > * {
148150 flex-shrink : 1 ; /* 1 */
Original file line number Diff line number Diff line change 3737 */
3838
3939 .u-sm-flexCol {
40- flex-direction : column !important ;
40+ flex-direction : column !important ;
4141 }
4242
4343 .u-sm-flexColReverse {
44- flex-direction : column-reverse !important ;
44+ flex-direction : column-reverse !important ;
4545 }
4646
4747 /**
142142 /**
143143 * 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
144144 */
145+
145146 /* postcss-bem-linter: ignore */
147+
146148 .u-sm-flex > * ,
147149 .u-sm-flexInline > * {
148150 flex-shrink : 1 ; /* 1 */
Original file line number Diff line number Diff line change 3232 */
3333
3434.u-flexCol {
35- flex-direction : column !important ;
35+ flex-direction : column !important ;
3636}
3737
3838.u-flexColReverse {
39- flex-direction : column-reverse !important ;
39+ flex-direction : column-reverse !important ;
4040}
4141
4242/**
137137/**
138138 * 1. Set the flex-shrink default explicitly to fix IE10 - http://git.io/vllC7
139139 */
140+
140141/* postcss-bem-linter: ignore */
142+
141143.u-flex > * ,
142144.u-flexInline > * {
143145 flex-shrink : 1 ; /* 1 */
You can’t perform that action at this time.
0 commit comments