From: Chris Rebert Date: Tue, 8 Dec 2015 10:20:25 +0000 (-0800) Subject: Refactor Breadcrumbs component X-Git-Tag: v4.0.0-alpha.3~474^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a4c303eed00a1f30b7a6d2d1d04fdf2f935e62;p=thirdparty%2Fbootstrap.git Refactor Breadcrumbs component Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `
    `-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce] --- diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index bfd7ef1b61..204a60c81e 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -8,17 +8,26 @@ Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). +Works fine with or without the usage of list markup. + {% example html %} -