Created
February 11, 2025 22:30
-
-
Save jcanfield/ed4fc170ff9a0b7b2c71eab8c572c83f to your computer and use it in GitHub Desktop.
Older BlueprintCSS mobile.scss addon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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