]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add comment where we explicitly use `flex: 1 0 0%;`.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 4 Oct 2017 07:04:34 +0000 (10:04 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 5 Oct 2017 06:42:17 +0000 (09:42 +0300)
scss/_card.scss

index 295d6afcf9df3356722940f7ac66516aa15694b3..48ec3bb6b84f439e9371fa2e72585190dd79d164 100644 (file)
 
     .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;
     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;