Skip to content

Commit 0848602

Browse files
committed
Add missing !important rule
1 parent fb902e4 commit 0848602

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

lib/flex-lg.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
.u-lg-flex {
16-
display: flex;
16+
display: flex !important;
1717
}
1818

1919
/**
@@ -206,23 +206,23 @@
206206
*/
207207

208208
.u-lg-flexGrow1 {
209-
flex: 1 1 0%; /* 1 */
209+
flex: 1 1 0% !important; /* 1 */
210210
}
211211

212212
.u-lg-flexGrow2 {
213-
flex: 2 1 0%;
213+
flex: 2 1 0% !important;
214214
}
215215

216216
.u-lg-flexGrow3 {
217-
flex: 3 1 0%;
217+
flex: 3 1 0% !important;
218218
}
219219

220220
.u-lg-flexGrow4 {
221-
flex: 4 1 0%;
221+
flex: 4 1 0% !important;
222222
}
223223

224224
.u-lg-flexGrow5 {
225-
flex: 5 1 0%;
225+
flex: 5 1 0% !important;
226226
}
227227

228228
}

lib/flex-md.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
.u-md-flex {
16-
display: flex;
16+
display: flex !important;
1717
}
1818

1919
/**
@@ -206,23 +206,23 @@
206206
*/
207207

208208
.u-md-flexGrow1 {
209-
flex: 1 1 0%; /* 1 */
209+
flex: 1 1 0% !important; /* 1 */
210210
}
211211

212212
.u-md-flexGrow2 {
213-
flex: 2 1 0%;
213+
flex: 2 1 0% !important;
214214
}
215215

216216
.u-md-flexGrow3 {
217-
flex: 3 1 0%;
217+
flex: 3 1 0% !important;
218218
}
219219

220220
.u-md-flexGrow4 {
221-
flex: 4 1 0%;
221+
flex: 4 1 0% !important;
222222
}
223223

224224
.u-md-flexGrow5 {
225-
flex: 5 1 0%;
225+
flex: 5 1 0% !important;
226226
}
227227

228228
}

lib/flex-sm.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
.u-sm-flex {
16-
display: flex;
16+
display: flex !important;
1717
}
1818

1919
/**
@@ -206,23 +206,23 @@
206206
*/
207207

208208
.u-sm-flexGrow1 {
209-
flex: 1 1 0%; /* 1 */
209+
flex: 1 1 0% !important; /* 1 */
210210
}
211211

212212
.u-sm-flexGrow2 {
213-
flex: 2 1 0%;
213+
flex: 2 1 0% !important;
214214
}
215215

216216
.u-sm-flexGrow3 {
217-
flex: 3 1 0%;
217+
flex: 3 1 0% !important;
218218
}
219219

220220
.u-sm-flexGrow4 {
221-
flex: 4 1 0%;
221+
flex: 4 1 0% !important;
222222
}
223223

224224
.u-sm-flexGrow5 {
225-
flex: 5 1 0%;
225+
flex: 5 1 0% !important;
226226
}
227227

228228
}

lib/flex.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
.u-flex {
11-
display: flex;
11+
display: flex !important;
1212
}
1313

1414
/**
@@ -201,21 +201,21 @@
201201
*/
202202

203203
.u-flexGrow1 {
204-
flex: 1 1 0%; /* 1 */
204+
flex: 1 1 0% !important; /* 1 */
205205
}
206206

207207
.u-flexGrow2 {
208-
flex: 2 1 0%;
208+
flex: 2 1 0% !important;
209209
}
210210

211211
.u-flexGrow3 {
212-
flex: 3 1 0%;
212+
flex: 3 1 0% !important;
213213
}
214214

215215
.u-flexGrow4 {
216-
flex: 4 1 0%;
216+
flex: 4 1 0% !important;
217217
}
218218

219219
.u-flexGrow5 {
220-
flex: 5 1 0%;
220+
flex: 5 1 0% !important;
221221
}

0 commit comments

Comments
 (0)