From: XhmikosR Date: Wed, 11 Apr 2018 14:19:25 +0000 (+0300) Subject: breadcrumb.md: Remove trailing space. X-Git-Tag: v4.1.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555333a20e160245f795299c080b483e083cc44d;p=thirdparty%2Fbootstrap.git breadcrumb.md: Remove trailing space. --- diff --git a/docs/4.1/components/breadcrumb.md b/docs/4.1/components/breadcrumb.md index 5324c40f8f..4cc7b3de93 100644 --- a/docs/4.1/components/breadcrumb.md +++ b/docs/4.1/components/breadcrumb.md @@ -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(">"); ```