Don't use @extend inside a potential media query

This commit is contained in:
Anton Khorev 2024-05-09 17:15:29 +03:00
parent cc5d8d991b
commit 5b83bb85ed

View file

@ -501,7 +501,7 @@ body.small-nav {
}
.leaflet-control-scale-line {
@extend .border-light, .border-opacity-75;
border-color: rgba(var(--bs-light-rgb), .75) !important;
}
}