Skip to content

Instantly share code, notes, and snippets.

@milcktoast
Created October 22, 2013 22:39
Show Gist options
  • Select an option

  • Save milcktoast/7109430 to your computer and use it in GitHub Desktop.

Select an option

Save milcktoast/7109430 to your computer and use it in GitHub Desktop.
{
"scope": "source.scss",
"completions":
[
{ "trigger": "include\t@include", "contents": "@include ${1:mixin}(${2:});" },
{ "trigger": "extend\t@extend", "contents": "@extend ${1:.something};" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment