From a55d1b27c5ca0f42208e46b1811e6667563eb784 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Mon, 2 Apr 2018 03:15:57 +0200 Subject: Allow non-string content as breadcrumb divider (#25581) * Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs --- docs/4.0/components/breadcrumb.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/4.0/components/breadcrumb.md b/docs/4.0/components/breadcrumb.md index 9710f9a56..6a64c1285 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 %}