Skip to content

Commit be15946

Browse files
committed
Ensure comments conform to max-length rule
1 parent 0bf3623 commit be15946

File tree

4 files changed

+43
-24
lines changed

4 files changed

+43
-24
lines changed

lib/flex-lg.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@media (--lg-viewport) {
77

88
/* Applies to flex container
9-
========================================================================== */
9+
======================================================================== */
1010

1111
/**
1212
* Container
@@ -110,7 +110,8 @@
110110
}
111111

112112
/**
113-
* Aligns items within the flex container when there is extra space in the cross-axis
113+
* Aligns items within the flex container when there is extra
114+
* space in the cross-axis
114115
*
115116
* Has no effect when there is only one line of flex items.
116117
*/
@@ -151,7 +152,7 @@
151152
}
152153

153154
/* Applies to flex items
154-
========================================================================== */
155+
======================================================================== */
155156

156157
/**
157158
* Override default alignment of single item when specified by `align-items`
@@ -203,8 +204,11 @@
203204
*
204205
* Supports 1-5 proportions
205206
*
206-
* 1. Provide all values to avoid IE10 bug with shorthand flex - http://git.io/vllC7
207-
* Use `0%` to avoid bug in IE10/11 with unitless flex basis - http://git.io/vllWx
207+
* 1. Provide all values to avoid IE10 bug with shorthand flex
208+
* http://git.io/vllC7
209+
*
210+
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
211+
* http://git.io/vllWx
208212
*/
209213

210214
.u-lg-flexGrow1 {
@@ -228,7 +232,8 @@
228232
}
229233

230234
/**
231-
* Aligning with `auto` margins - http://www.w3.org/TR/css-flexbox-1/#auto-margins
235+
* Aligning with `auto` margins
236+
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
232237
*/
233238

234239
.u-lg-flexExpand {
@@ -252,3 +257,4 @@
252257
}
253258

254259
}
260+

lib/flex-md.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@media (--md-viewport) {
77

88
/* Applies to flex container
9-
========================================================================== */
9+
======================================================================== */
1010

1111
/**
1212
* Container
@@ -110,7 +110,8 @@
110110
}
111111

112112
/**
113-
* Aligns items within the flex container when there is extra space in the cross-axis
113+
* Aligns items within the flex container when there is extra
114+
* space in the cross-axis
114115
*
115116
* Has no effect when there is only one line of flex items.
116117
*/
@@ -151,7 +152,7 @@
151152
}
152153

153154
/* Applies to flex items
154-
========================================================================== */
155+
======================================================================== */
155156

156157
/**
157158
* Override default alignment of single item when specified by `align-items`
@@ -203,8 +204,11 @@
203204
*
204205
* Supports 1-5 proportions
205206
*
206-
* 1. Provide all values to avoid IE10 bug with shorthand flex - http://git.io/vllC7
207-
* Use `0%` to avoid bug in IE10/11 with unitless flex basis - http://git.io/vllWx
207+
* 1. Provide all values to avoid IE10 bug with shorthand flex
208+
* http://git.io/vllC7
209+
*
210+
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
211+
* http://git.io/vllWx
208212
*/
209213

210214
.u-md-flexGrow1 {
@@ -228,7 +232,8 @@
228232
}
229233

230234
/**
231-
* Aligning with `auto` margins - http://www.w3.org/TR/css-flexbox-1/#auto-margins
235+
* Aligning with `auto` margins
236+
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
232237
*/
233238

234239
.u-md-flexExpand {

lib/flex-sm.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@media (--sm-viewport) {
77

88
/* Applies to flex container
9-
========================================================================== */
9+
======================================================================== */
1010

1111
/**
1212
* Container
@@ -110,7 +110,8 @@
110110
}
111111

112112
/**
113-
* Aligns items within the flex container when there is extra space in the cross-axis
113+
* Aligns items within the flex container when there is extra
114+
* space in the cross-axis
114115
*
115116
* Has no effect when there is only one line of flex items.
116117
*/
@@ -151,7 +152,7 @@
151152
}
152153

153154
/* Applies to flex items
154-
========================================================================== */
155+
======================================================================== */
155156

156157
/**
157158
* Override default alignment of single item when specified by `align-items`
@@ -203,8 +204,11 @@
203204
*
204205
* Supports 1-5 proportions
205206
*
206-
* 1. Provide all values to avoid IE10 bug with shorthand flex - http://git.io/vllC7
207-
* Use `0%` to avoid bug in IE10/11 with unitless flex basis - http://git.io/vllWx
207+
* 1. Provide all values to avoid IE10 bug with shorthand flex
208+
* http://git.io/vllC7
209+
*
210+
* Use `0%` to avoid bug in IE10/11 with unitless flex basis
211+
* http://git.io/vllWx
208212
*/
209213

210214
.u-sm-flexGrow1 {
@@ -228,7 +232,8 @@
228232
}
229233

230234
/**
231-
* Aligning with `auto` margins - http://www.w3.org/TR/css-flexbox-1/#auto-margins
235+
* Aligning with `auto` margins
236+
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
232237
*/
233238

234239
.u-sm-flexExpand {

lib/flex.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
}
106106

107107
/**
108-
* Aligns items within the flex container when there is extra space in the cross-axis
108+
* Aligns items within the flex container when there is extra
109+
* space in the cross-axis
109110
*
110111
* Has no effect when there is only one line of flex items.
111112
*/
@@ -198,11 +199,12 @@
198199
*
199200
* Supports 1-5 proportions
200201
*
201-
* 1. Provide all values to avoid IE10 bug with shorthand flex - http://git.io/vllC7
202+
* 1. Provide all values to avoid IE10 bug with shorthand flex
203+
* - http://git.io/vllC7
202204
*
203-
* Use `0%` to avoid bug in IE10/11 with unitless flex basis. Using this instead
204-
* of `auto` as this matches what the default would be with `flex` shorthand
205-
* http://git.io/vllWx
205+
* Use `0%` to avoid bug in IE10/11 with unitless flex basis. Using this
206+
* instead of `auto` as this matches what the default would be with `flex`
207+
* shorthand - http://git.io/vllWx
206208
*/
207209

208210
.u-flexGrow1 {
@@ -226,7 +228,8 @@
226228
}
227229

228230
/**
229-
* Aligning with `auto` margins - http://www.w3.org/TR/css-flexbox-1/#auto-margins
231+
* Aligning with `auto` margins
232+
* http://www.w3.org/TR/css-flexbox-1/#auto-margins
230233
*/
231234

232235
.u-flexExpand {

0 commit comments

Comments
 (0)