aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-04 10:04:34 +0300
committerXhmikosR <[email protected]>2017-10-05 09:42:17 +0300
commit91b219d5e617a3556d172a219a02c1bf668463c2 (patch)
tree7b90b78e844465e675fdb9a1ecd4917cdc280e3d
parent219ba7f2eae10b6df4cd2b65f1fb47515bc4285a (diff)
downloadbootstrap-91b219d5e617a3556d172a219a02c1bf668463c2.tar.xz
bootstrap-91b219d5e617a3556d172a219a02c1bf668463c2.zip
Add comment where we explicitly use `flex: 1 0 0%;`.
-rw-r--r--scss/_card.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 295d6afcf..48ec3bb6b 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -156,6 +156,7 @@
.card {
display: flex;
+ // Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
flex: 1 0 0%;
flex-direction: column;
margin-right: $card-deck-margin;
@@ -182,6 +183,7 @@
flex-flow: row wrap;
.card {
+ // Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
flex: 1 0 0%;
margin-bottom: 0;