Skip to content

Commit 8fccaa2

Browse files
mdoXhmikosR
authored andcommitted
formatting
1 parent 91b219d commit 8fccaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_card.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
.card {
158158
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
160160
flex: 1 0 0%;
161161
flex-direction: column;
162162
margin-right: $card-deck-margin;
@@ -183,7 +183,7 @@
183183
flex-flow: row wrap;
184184

185185
.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
187187
flex: 1 0 0%;
188188
margin-bottom: 0;
189189

0 commit comments

Comments
 (0)