File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 194194 * Supports 1-5 proportions
195195 *
196196 * 1. Provide all values to avoid IE10 bug with shorthand flex
197- * http ://git.io/vllC7
197+ * https ://github.com/philipwalton/flexbugs#6-the-default-flex-value-has-changed
198198 *
199199 * Use `0%` to avoid bug in IE10/11 with unitless flex basis
200- * http ://git.io/vllWx
200+ * https ://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
201201 */
202202
203203 .u-lg-flexGrow1 {
292292 * Declares all values instead of keywords like 'initial' to work around IE10
293293 * https://www.w3.org/TR/css-flexbox-1/#flex-common
294294 *
295- * 1. Fixes issue in IE 10 where flex-basis is ignored - https://git.io/vllMt
295+ * 1. Fixes issue in IE 10 where flex-basis is ignored
296+ * https://github.com/philipwalton/flexbugs#13-importance-is-ignored-on-flex-basis-when-using-flex-shorthand
296297 * This ensures it overrides flex-basis set in other utilities.
297298 */
298299
Original file line number Diff line number Diff line change 194194 * Supports 1-5 proportions
195195 *
196196 * 1. Provide all values to avoid IE10 bug with shorthand flex
197- * http ://git.io/vllC7
197+ * https ://github.com/philipwalton/flexbugs#6-the-default-flex-value-has-changed
198198 *
199199 * Use `0%` to avoid bug in IE10/11 with unitless flex basis
200- * http ://git.io/vllWx
200+ * https ://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
201201 */
202202
203203 .u-md-flexGrow1 {
292292 * Declares all values instead of keywords like 'initial' to work around IE10
293293 * https://www.w3.org/TR/css-flexbox-1/#flex-common
294294 *
295- * 1. Fixes issue in IE 10 where flex-basis is ignored - https://git.io/vllMt
295+ * 1. Fixes issue in IE 10 where flex-basis is ignored
296+ * https://github.com/philipwalton/flexbugs#13-importance-is-ignored-on-flex-basis-when-using-flex-shorthand
296297 * This ensures it overrides flex-basis set in other utilities.
297298 */
298299
Original file line number Diff line number Diff line change 194194 * Supports 1-5 proportions
195195 *
196196 * 1. Provide all values to avoid IE10 bug with shorthand flex
197- * http ://git.io/vllC7
197+ * https ://github.com/philipwalton/flexbugs#6-the-default-flex-value-has-changed
198198 *
199199 * Use `0%` to avoid bug in IE10/11 with unitless flex basis
200- * http ://git.io/vllWx
200+ * https ://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
201201 */
202202
203203 .u-sm-flexGrow1 {
292292 * Declares all values instead of keywords like 'initial' to work around IE10
293293 * https://www.w3.org/TR/css-flexbox-1/#flex-common
294294 *
295- * 1. Fixes issue in IE 10 where flex-basis is ignored - https://git.io/vllMt
295+ * 1. Fixes issue in IE 10 where flex-basis is ignored
296+ * https://github.com/philipwalton/flexbugs#13-importance-is-ignored-on-flex-basis-when-using-flex-shorthand
296297 * This ensures it overrides flex-basis set in other utilities.
297298 */
298299
Original file line number Diff line number Diff line change 189189 * Supports 1-5 proportions
190190 *
191191 * 1. Provide all values to avoid IE10 bug with shorthand flex
192- * - http ://git.io/vllC7
192+ * https ://github.com/philipwalton/flexbugs#6-the-default-flex-value-has-changed
193193 *
194- * Use `0%` to avoid bug in IE10/11 with unitless flex basis. Using this
195- * instead of `auto` as this matches what the default would be with `flex`
196- * shorthand - http://git.io/vllWx
194+ * Use `0%` to avoid bug in IE10/11 with unitless flex basis
195+ * https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
197196 */
198197
199198.u-flexGrow1 {
288287 * Declares all values instead of keywords like 'initial' to work around IE10
289288 * https://www.w3.org/TR/css-flexbox-1/#flex-common
290289 *
291- * 1. Fixes issue in IE 10 where flex-basis is ignored - https://git.io/vllMt
290+ * 1. Fixes issue in IE 10 where flex-basis is ignored
291+ * https://github.com/philipwalton/flexbugs#13-importance-is-ignored-on-flex-basis-when-using-flex-shorthand
292292 * This ensures it overrides flex-basis set in other utilities.
293293 */
294294
You can’t perform that action at this time.
0 commit comments