mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Use $variable-prefix
This commit is contained in:
parent
5e3219a9bb
commit
bf3c4d0b68
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue