From 3e0375e03bd1bf75075ef3d7fc7ff867493adca5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Jun 2017 09:29:59 -0700 Subject: move list group variants to be generated from sass map --- docs/4.0/components/list-group.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/4.0/components/list-group.md b/docs/4.0/components/list-group.md index 4e544ce18..66d76a77d 100644 --- a/docs/4.0/components/list-group.md +++ b/docs/4.0/components/list-group.md @@ -87,10 +87,9 @@ Use contextual classes to style list items with a stateful background and color. {% example html %} {% endexample %} @@ -99,10 +98,9 @@ Contextual classes also work with `.list-group-item-action`. Note the addition o {% example html %}
Dapibus ac facilisis in - Dapibus ac facilisis in - Cras sit amet nibh libero - Porta ac consectetur ac - Vestibulum at eros + + {% for color in site.data.theme-colors %} + This is a {{ color.name }} list group item{% endfor %}
{% endexample %} -- cgit v1.2.3