Skip to content

Instantly share code, notes, and snippets.

@yomotsu
Created June 7, 2018 04:34
Show Gist options
  • Save yomotsu/b2ab0d005224141428784b88e2008879 to your computer and use it in GitHub Desktop.
Save yomotsu/b2ab0d005224141428784b88e2008879 to your computer and use it in GitHub Desktop.
.emmet/snippets.json
{
"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