0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Docs: replace some --#{$prefix} by --bs in Sass files (#37617)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
Louis-Maxime Piton 2022-12-18 08:19:33 +01:00 committed by GitHub
parent 9d64a983ee
commit 6807008159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@
// Individual items
.bd-brand-item {
+ .bd-brand-item {
border-top: 1px solid var(--#{$prefix}border-color);
border-top: 1px solid var(--bs-border-color);
}
@include media-breakpoint-up(md) {
+ .bd-brand-item {
border-top: 0;
border-left: 1px solid var(--#{$prefix}border-color);
border-left: 1px solid var(--bs-border-color);
}
}
}

View File

@ -180,7 +180,7 @@
width: 10rem;
color: var(--bs-secondary-color);
background-color: var(--bs-tertiary-bg);
border: var(--#{$prefix}border-width) solid var(--#{$prefix}border-color);
border: var(--bs-border-width) solid var(--bs-border-color);
> div {
display: flex;