Skip to content

Commit

Permalink
Don't use @extend inside a potential media query
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed May 9, 2024
1 parent cc5d8d9 commit 5b83bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 5b83bb8

Please sign in to comment.