remove feature flag
This commit is contained in:
parent
3bbdbd7704
commit
6ff48e28aa
1 changed files with 2 additions and 9 deletions
|
|
@ -51,15 +51,8 @@ strong {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.25rem;
|
||||||
|
|
||||||
// @deprecated tag:v6.5.0 - Bootstrap v5 changes media-breakpoint-down behavior
|
@include media-breakpoint-down(md) {
|
||||||
@if feature('v6.5.0.0') {
|
display: none;
|
||||||
@include media-breakpoint-down(md) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
} @else {
|
|
||||||
@include media-breakpoint-down(sm) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue