Skip to content

Instantly share code, notes, and snippets.

@ahmedelgabri
Last active December 29, 2015 20:09
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 ahmedelgabri/7721910 to your computer and use it in GitHub Desktop.
Save ahmedelgabri/7721910 to your computer and use it in GitHub Desktop.
Emmet.sublime-settings
{
"snippets": {
"css": {
"snippets": {
"inc": "@include $1($2);",
"ext": "@extend $1;",
"imp": "@import '$1';",
"mix": "@mixin ${1:mixin-name}${2:(${3:$params})} {\n\t$4\n}"
}
}
},
"preferences": {
"bem.modifierSeparator": "--",
},
"syntaxProfiles": {
"html": {
"inline_break": 2
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment