mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00: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
|
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 a new issue