Skip to content

Commit 0e84919

Browse files
committed
Remove git.io urls
1 parent 6865cb1 commit 0e84919

4 files changed

Lines changed: 17 additions & 14 deletions

File tree

lib/flex-lg.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@
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 {
@@ -292,7 +292,8 @@
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

lib/flex-md.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@
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 {
@@ -292,7 +292,8 @@
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

lib/flex-sm.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@
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 {
@@ -292,7 +292,8 @@
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

lib/flex.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,10 @@
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 {
@@ -288,7 +287,8 @@
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

0 commit comments

Comments
 (0)