]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correct comments! 10192/head
authorharry <harmanmanchanda182@gmail.com>
Mon, 19 Jun 2017 17:16:52 +0000 (22:46 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 19 Jun 2017 17:16:52 +0000 (22:46 +0530)
scss/components/_breadcrumbs.scss

index 340d463190c128ef104e68b7faefcbca62f7570c..1be35ab908497498f3a265e73d158c3ff8a193f8 100644 (file)
@@ -55,7 +55,7 @@ $breadcrumbs-item-separator-item-rtl: '\\' !default;
 /// @type Color
 $breadcrumbs-item-separator-color: $medium-gray !default;
 
-// If it exists $breadcrumbs-item-slash is used to build $breadcrumbs-item-separator. See the documentation.
+// If it exists $breadcrumbs-item-slash-color is used to build $breadcrumbs-item-separator-color. See the documentation.
 @if variable-exists($breadcrumbs-item-slash-color) {
   $breadcrumbs-item-separator-color: $breadcrumbs-item-slash-color;
 }