]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
breadcrumb.md: Remove trailing space.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 11 Apr 2018 14:19:25 +0000 (17:19 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 16 Apr 2018 06:37:58 +0000 (09:37 +0300)
docs/4.1/components/breadcrumb.md

index 5324c40f8feb520b4a78cc2b1cd10d77ee323ac6..4cc7b3de9344f07674b1d0026f15e101ff44f9b7 100644 (file)
@@ -34,7 +34,7 @@ group: components
 ## 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:
+
 ```scss
 $breadcrumb-divider: quote(">");
 ```