File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6060 linkText: Learn more
6161background: light
6262---
63+
6364<div class="callout callout--{{ background }}">
6465 <h3 class="callout__heading">{{ heading }}</h3>
6566 <p class="callout__description">{{ description }}</p>
9091 linkText: Learn more
9192background: light
9293---
94+
9395<div class="callout callout--{{ background }}">
9496 <h3 class="callout__heading">{{ heading }}</h3>
9597 <p class="callout__description">{{ description }}</p>
@@ -120,6 +122,7 @@ links:
120122 linkText: Learn more
121123background: light
122124---
125+
123126<div :class =" `callout callout--${background}`" >
124127 <h3 class =" callout__heading" @text =" heading" ></h3 >
125128 <p class =" callout__description" @text =" description" ></p >
@@ -151,6 +154,7 @@ links:
151154 linkText: Learn more
152155background: light
153156---
157+
154158<div class="callout callout--{{ background }}">
155159 <h3 class="callout__heading">{{ heading }}</h3>
156160 <p class="callout__description">{{ description }}</p>
You can’t perform that action at this time.
0 commit comments