From e39d9a7941bf8537281bc7177e21f843eaa291a3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Aug 2015 21:57:49 -0700 Subject: [PATCH] Breadcrumb docs: Add MDN CSS doc links --- docs/components/breadcrumb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 8dd4fb27cc..bfd7ef1b61 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -6,7 +6,7 @@ group: components Indicate the current page's location within a navigational hierarchy. -Separators are automatically added in CSS through `:before` and `content`. +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 html %}