Skip to content

Instantly share code, notes, and snippets.

@s10wen
Last active August 29, 2015 14:23
Show Gist options
  • Save s10wen/b2c839e725965ad11c1f to your computer and use it in GitHub Desktop.
Save s10wen/b2c839e725965ad11c1f to your computer and use it in GitHub Desktop.
Sublime Text > Preferences > Package Settings > Emmet > Settings - User
{
"snippets": {
"css": {
"snippets": {
"bdr": "border-radius:",
"bb": "border-bottom: ",
"cp": "cursor: pointer;",
"mza": "margin: 0 auto;",
"mxw": "max-width:",
"ofw": "overflow-wrap: breakword;",
"p" : "padding:",
"tal" : "text-align: left;",
"test": "*{border:1px solid red !important;}"
}
}
}
}
@s10wen
Copy link
Author

s10wen commented Jun 19, 2015

Path:
/Users/simonowen/Library/Application Support/Sublime Text 3/Packages/User/Emmet.sublime-settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment