Skip to content

Commit

Permalink
Add comment where we explicitly use flex: 1 0 0%;.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 5, 2017
1 parent 219ba7f commit 91b219d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;

Expand Down

0 comments on commit 91b219d

Please sign in to comment.