Last active
August 29, 2015 14:23
-
-
Save s10wen/b2c839e725965ad11c1f to your computer and use it in GitHub Desktop.
Sublime Text > Preferences > Package Settings > Emmet > Settings - User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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;}" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Path:
/Users/simonowen/Library/Application Support/Sublime Text 3/Packages/User/Emmet.sublime-settings