Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Created February 11, 2025 22:30
Show Gist options
  • Save jcanfield/ed4fc170ff9a0b7b2c71eab8c572c83f to your computer and use it in GitHub Desktop.
Save jcanfield/ed4fc170ff9a0b7b2c71eab8c572c83f to your computer and use it in GitHub Desktop.
Older BlueprintCSS mobile.scss addon
<!-- Add to screen.scss -->
@media only screen and (max-width: 767px) {
.container {
}
}
@media only screen and (max-width: 479px) {
.container {}
}
<!-- You take a look at mobile breakpoints here, https://www.browserstack.com/guide/responsive-design-breakpoints -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment