mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix typo: seperator -> separator (#26982)
This commit is contained in:
parent
a194abbb5a
commit
e53ab71d4b
@ -33,7 +33,7 @@ group: components
|
|||||||
|
|
||||||
## Changing the separator
|
## Changing the separator
|
||||||
|
|
||||||
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:
|
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 separator, you can use this:
|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
$breadcrumb-divider: quote(">");
|
$breadcrumb-divider: quote(">");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user