Skip to content

Commit

Permalink
Use $variable-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Dec 1, 2020
1 parent 5e3219a commit bf3c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
float: left; // Suppress inline spacings and underlining of the separator
padding-right: $breadcrumb-item-padding-x;
color: $breadcrumb-divider-color;
content: var(--bs-breadcrumb-divider, escape-svg($breadcrumb-divider));
content: var(--#{$variable-prefix}breadcrumb-divider, escape-svg($breadcrumb-divider));
}
}

Expand Down

0 comments on commit bf3c4d0

Please sign in to comment.