Skip to content

Instantly share code, notes, and snippets.

@illycz
Forked from jordanmoore/Better Emmet Media Queries
Created November 20, 2013 12:06
Show Gist options
  • Save illycz/7562117 to your computer and use it in GitHub Desktop.
Save illycz/7562117 to your computer and use it in GitHub Desktop.
"css": {
"abbreviations": {
"mqm": "@media screen and (min-width:${1}) {\n\t|\n}",
"mqx": "@media screen and (max-width:${1}) {\n\t|\n}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment