File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 156
156
157
157
.card {
158
158
display : flex ;
159
- // Flexbugs `#4`: https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
159
+ // Flexbugs #4: https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
160
160
flex : 1 0 0% ;
161
161
flex-direction : column ;
162
162
margin-right : $card-deck-margin ;
183
183
flex-flow : row wrap ;
184
184
185
185
.card {
186
- // Flexbugs `#4`: https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
186
+ // Flexbugs #4: https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
187
187
flex : 1 0 0% ;
188
188
margin-bottom : 0 ;
189
189
You can’t perform that action at this time.
0 commit comments