File tree Expand file tree Collapse file tree 4 files changed +43
-24
lines changed Expand file tree Collapse file tree 4 files changed +43
-24
lines changed Original file line number Diff line number Diff line change 66@media (--lg-viewport) {
77
88 /* Applies to flex container
9- ========================================================================== */
9+ ======================================================================== */
1010
1111 /**
1212 * Container
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 */
151152 }
152153
153154 /* Applies to flex items
154- ========================================================================== */
155+ ======================================================================== */
155156
156157 /**
157158 * Override default alignment of single item when specified by `align-items`
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 {
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 {
252257 }
253258
254259}
260+
Original file line number Diff line number Diff line change 66@media (--md-viewport) {
77
88 /* Applies to flex container
9- ========================================================================== */
9+ ======================================================================== */
1010
1111 /**
1212 * Container
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 */
151152 }
152153
153154 /* Applies to flex items
154- ========================================================================== */
155+ ======================================================================== */
155156
156157 /**
157158 * Override default alignment of single item when specified by `align-items`
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 {
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 {
Original file line number Diff line number Diff line change 66@media (--sm-viewport) {
77
88 /* Applies to flex container
9- ========================================================================== */
9+ ======================================================================== */
1010
1111 /**
1212 * Container
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 */
151152 }
152153
153154 /* Applies to flex items
154- ========================================================================== */
155+ ======================================================================== */
155156
156157 /**
157158 * Override default alignment of single item when specified by `align-items`
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 {
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 {
Original file line number Diff line number Diff line change 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 */
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 {
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 {
You can’t perform that action at this time.
0 commit comments