rails, bootstrap, media-breakpoint-only
问题 I have spent a day on the web trying to get bootstrap's media-breakpoint-only working without finding clear instructions. I have the bootstrap navbar working so, I suspect, I have bootstrap installed correctly. I want to get the following code working: h1 { @include media-breakpoint-only(xs) { color: red; } @include media-breakpoint-only(sm) { color: green; } @include media-breakpoint-only(md) { color: blue; } @include media-breakpoint-only(lg) { color: yellow; } @include media-breakpoint