Skip to content

Commit 8fc6eae

Browse files
committed
Fix line-length failure in stylelint
1 parent a963369 commit 8fc6eae

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/flex-lg.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
}
222222

223223
/**
224-
* Specify the flex shrink factor, which determines how much the flex item will
225-
* shrink relative to the rest of the flex items in the flex container.
224+
* Specify the flex shrink factor, which determines how much the flex item
225+
* will shrink relative to the rest of the flex items in the flex container.
226226
*/
227227

228228
.u-lg-flexShrink0 {

lib/flex-md.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
}
222222

223223
/**
224-
* Specify the flex shrink factor, which determines how much the flex item will
225-
* shrink relative to the rest of the flex items in the flex container.
224+
* Specify the flex shrink factor, which determines how much the flex item
225+
* will shrink relative to the rest of the flex items in the flex container.
226226
*/
227227

228228
.u-md-flexShrink0 {

lib/flex-sm.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
}
222222

223223
/**
224-
* Specify the flex shrink factor, which determines how much the flex item will
225-
* shrink relative to the rest of the flex items in the flex container.
224+
* Specify the flex shrink factor, which determines how much the flex item
225+
* will shrink relative to the rest of the flex items in the flex container.
226226
*/
227227

228228
.u-sm-flexShrink0 {

0 commit comments

Comments
 (0)