diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/breadcrumb.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 8dd4fb27c..bfd7ef1b6 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 %} <ol class="breadcrumb"> |
