You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/breadcrumb.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,7 @@ title: Breadcrumb
4
4
group: components
5
5
---
6
6
7
-
Indicate the current page's location within a navigational hierarchy.
8
-
9
-
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).
10
-
11
-
Works fine with or without the usage of list markup.
7
+
Indicate the current page's location within a navigational hierarchy. 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).
12
8
13
9
{% example html %}
14
10
<olclass="breadcrumb">
@@ -23,11 +19,15 @@ Works fine with or without the usage of list markup.
0 commit comments