mirror of https://github.com/twbs/bootstrap.git
Use $variable-prefix
This commit is contained in:
parent
5e3219a9bb
commit
bf3c4d0b68
|
@ -18,7 +18,7 @@
|
||||||
float: left; // Suppress inline spacings and underlining of the separator
|
float: left; // Suppress inline spacings and underlining of the separator
|
||||||
padding-right: $breadcrumb-item-padding-x;
|
padding-right: $breadcrumb-item-padding-x;
|
||||||
color: $breadcrumb-divider-color;
|
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 New Issue