Commit e39d9a79 authored by Chris Rebert's avatar Chris Rebert

Breadcrumb docs: Add MDN CSS doc links

parent d2a26644
...@@ -6,7 +6,7 @@ group: components ...@@ -6,7 +6,7 @@ group: components
Indicate the current page's location within a navigational hierarchy. 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 %} {% example html %}
<ol class="breadcrumb"> <ol class="breadcrumb">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment