diff options
| author | Patrick H. Lauke <[email protected]> | 2016-02-17 10:22:48 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2016-02-17 10:53:50 +0000 |
| commit | 40aee9325da27b479e2a907345edccde55fd05ec (patch) | |
| tree | 29c8298b58955f24b9485b93b114024ffe9939fe /docs/components/tag.md | |
| parent | bfe3c590dfbbfe97bb25f2a9405c59d380309d58 (diff) | |
| download | bootstrap-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/tag.md')
| -rw-r--r-- | docs/components/tag.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/components/tag.md b/docs/components/tag.md index 185ea378d..09608931a 100644 --- a/docs/components/tag.md +++ b/docs/components/tag.md @@ -32,6 +32,9 @@ Add any of the below mentioned modifier classes to change the appearance of a ta <span class="tag tag-danger">Danger</span> {% endexample %} +{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %} +{{ callout-include | markdownify }} + ## Pill tags Use the `.tag-pill` modifier class to make tags more rounded (with a larger `border-radius` and additional horizontal `padding`). Useful if you miss the badges from v3. |
