Edit
.h-switch {
// & > *:first-child {
// order: 1;
// }
// & > *:last-child {
// order: 2;
// }
// @include breakpoint($mobile-to-desktop-breakpoint) {
& > *:first-child {
order: 2;
}
& > *:last-child {
order: 1;
}
// }
}
/* scss/3-helper-classes/_switch.scss */