1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02: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
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);
}
}
}