Skip to content

Instantly share code, notes, and snippets.

@gerwld
Created February 27, 2025 19:59
Show Gist options
  • Save gerwld/ff89815557e6dd38a76ce052815db0b3 to your computer and use it in GitHub Desktop.
Save gerwld/ff89815557e6dd38a76ce052815db0b3 to your computer and use it in GitHub Desktop.
Extra CSS snippets
{
"media screen only (max)": {
"prefix": "mas",
"body": [
"@media only screen and (max-width: $1px) {",
"$2",
"}"
]
},
"media screen only (min)": {
"prefix": "mis",
"body": [
"@media only screen and (min-width: $1px) {",
"$2",
"}"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment