From 91b219d5e617a3556d172a219a02c1bf668463c2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Oct 2017 10:04:34 +0300 Subject: [PATCH] Add comment where we explicitly use `flex: 1 0 0%;`. --- scss/_card.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_card.scss b/scss/_card.scss index 295d6afcf9..48ec3bb6b8 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;