Skip to content

Instantly share code, notes, and snippets.

@stowball
Created August 26, 2015 05:53
Show Gist options
  • Select an option

  • Save stowball/55c534d0e3db752819ea to your computer and use it in GitHub Desktop.

Select an option

Save stowball/55c534d0e3db752819ea to your computer and use it in GitHub Desktop.
Brackets emmet snippets
"snippets": {
"mq2": "@include mq-2x() {\n\t|\n}",
"mq": "@include mq-min-width(\\$screen-${1:tablet}) {\n\t|\n}",
"mqm": "@include mq-max-width(\\$screen-${1:tablet}) {\n\t|\n}",
"mqr": "@include mq-min-max-width(\\$screen-${1:tablet}, \\$screen-${2:desktop}) {\n\t|\n}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment