From: Martijn Cuppens Date: Mon, 2 Apr 2018 01:15:57 +0000 (+0200) Subject: Allow non-string content as breadcrumb divider (#25581) X-Git-Tag: v4.1.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55d1b27c5ca0f42208e46b1811e6667563eb784;p=thirdparty%2Fbootstrap.git Allow non-string content as breadcrumb divider (#25581) * Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs --- diff --git a/docs/4.0/components/breadcrumb.md b/docs/4.0/components/breadcrumb.md index 9710f9a56c..6a64c12856 100644 --- a/docs/4.0/components/breadcrumb.md +++ b/docs/4.0/components/breadcrumb.md @@ -5,9 +5,7 @@ description: Indicate the current page's location within a navigational hierarch group: components --- -## Overview - -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). +## Example {% capture example %}