Skip to content

Instantly share code, notes, and snippets.

@jordanmoore
Last active September 27, 2019 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanmoore/50bac319892ef018b81ff7174559be27 to your computer and use it in GitHub Desktop.
Save jordanmoore/50bac319892ef018b81ff7174559be27 to your computer and use it in GitHub Desktop.
A better default for the "@m" abbreviation
"Min-width media query" : {
"prefix": "@m",
"body": [
"@media (${1:min-width}: ${2}px) {",
"\t${3} {",
"\t\t$0",
"\t}",
"}"
],
"description": "Media Query"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment