mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Breadcrumb docs: Add MDN CSS doc links
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user