Created
June 7, 2018 04:34
-
-
Save yomotsu/b2ab0d005224141428784b88e2008879 to your computer and use it in GitHub Desktop.
.emmet/snippets.json
This file contains 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
{ | |
"html": { | |
"snippets": {} | |
}, | |
"css": { | |
"snippets": { | |
"col": "color: #${1:fff}", | |
"colred": "color: red", | |
"fs": "font-size: ${1}", | |
"tal": "text-align: left", | |
"texdeno": "text-decoration: none", | |
"lisno": "list-style: none", | |
"wid": "width: ${1}", | |
"wa": "width: auto", | |
"ma": "margin: auto", | |
"mla": "margin-left: auto", | |
"mra": "margin-right: auto", | |
"bono": "border: none", | |
"con": "content: \"\"", | |
"@inc": "@include ${1}( ${2} )" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment