aboutsummaryrefslogtreecommitdiff
path: root/docs/components/card.md
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-02-17 10:22:48 +0000
committerPatrick H. Lauke <[email protected]>2016-02-17 10:53:50 +0000
commit40aee9325da27b479e2a907345edccde55fd05ec (patch)
tree29c8298b58955f24b9485b93b114024ffe9939fe /docs/components/card.md
parentbfe3c590dfbbfe97bb25f2a9405c59d380309d58 (diff)
downloadbootstrap-40aee9325da27b479e2a907345edccde55fd05ec.tar.xz
bootstrap-40aee9325da27b479e2a907345edccde55fd05ec.zip
- Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
Diffstat (limited to 'docs/components/card.md')
-rw-r--r--docs/components/card.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 53580d667..b53d2e39a 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -362,6 +362,9 @@ Cards include their own variant classes for quickly changing the `background-col
</div>
{% endexample %}
+{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %}
+{{ callout-include | markdownify }}
+
## Outline variants
In need of a colored card, but not the hefty background colors they bring? Replace the default modifier classes with the `.card-outline-*` ones to style just the `border-color` of a card.