remove feature flag

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-16 11:39:53 +02:00
parent 3bbdbd7704
commit 6ff48e28aa

View file

@ -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;
}
} }
} }
} }