From a55d1b27c5ca0f42208e46b1811e6667563eb784 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Mon, 2 Apr 2018 03:15:57 +0200 Subject: [PATCH] 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 +++++++++++++++++++++--- scss/_breadcrumb.scss | 13 ++++++++----- scss/_variables.scss | 2 +- 3 files changed, 30 insertions(+), 9 deletions(-) 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 %}