-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Input:
.single-image {
@include media-breakpoint-up(md) {
max-width: 300px;
}
& {
max-height: 169px;
max-width: 100%;
}
}output:
.single-image {
@include media-breakpoint-up(md) {
max-width: 300px;
}
& {
max-height: 169px;
max-width: 100%;
}
}expected:
.single-image {
@include media-breakpoint-up(md) {
max-width: 300px;
}
& {
max-height: 169px;
max-width: 100%;
}
}bàv
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels