aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-04 20:18:06 -0700
committerXhmikosR <[email protected]>2017-10-05 09:42:17 +0300
commit8fccaa2439e97ec72a4b7dc42ccc1f649790adb0 (patch)
tree5c36bc2027132e8a1756bafefab28297499c678a
parent91b219d5e617a3556d172a219a02c1bf668463c2 (diff)
downloadbootstrap-8fccaa2439e97ec72a4b7dc42ccc1f649790adb0.tar.xz
bootstrap-8fccaa2439e97ec72a4b7dc42ccc1f649790adb0.zip
formatting
-rw-r--r--scss/_card.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 48ec3bb6b..ad4221806 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -156,7 +156,7 @@
.card {
display: flex;
- // Flexbugs `#4`:https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
+ // 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;
@@ -183,7 +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
+ // 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;