Skip to content

Commit 1cc8d9a

Browse files
committed
breadcrumb.md: Remove trailing space.
1 parent 1c1de70 commit 1cc8d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.1/components/breadcrumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group: components
3434
## Changing the separator
3535

3636
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). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as seperator, you can use this:
37-
37+
3838
```scss
3939
$breadcrumb-divider: quote(">");
4040
```

0 commit comments

Comments
 (0)