8000 Fix stylelint conformance failures · suitcss/utils-flex@eaf7d6c · GitHub < 8000 link rel="mask-icon" href="https://github.githubassets.com/assets/pinned-octocat-093da3e6fa40.svg" color="#000000">
Skip to content

Commit eaf7d6c

Browse files
committed
Fix stylelint conformance failures
1 parent ab40ee4 commit eaf7d6c

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

lib/flex-lg.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
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
/**
@@ -142,7 +142,9 @@
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 */

lib/flex-md.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
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
/**
@@ -142,7 +142,9 @@
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 */

lib/flex-sm.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
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
/**
@@ -142,7 +142,9 @@
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 */

lib/flex.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
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
/**
@@ -137,7 +137,9 @@
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 */

0 commit comments

Comments
 (0)