Skip to content

Instantly share code, notes, and snippets.

@hyeonseok
Last active October 9, 2020 08:49
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 hyeonseok/6410202 to your computer and use it in GitHub Desktop.
Save hyeonseok/6410202 to your computer and use it in GitHub Desktop.
Private setting for Emmet for Sublime text 2
{
"snippets":
{
"css":
{
"snippets":
{
"tf": "-webkit-transform: ${1:func};\n-moz-transform: $1;\n-ms-transform: $1;\n-o-transform: $1;\ntransform: $1;",
"ts": "-webkit-transition: ${1:func};\n-moz-transition: $1;\n-ms-transition: $1;\n-o-transition: $1;\ntransition: $1;"
}
},
"html":
{
"snippets":
{
"html:5": "<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n<meta charset=\"UTF-8\">\n<title>|</title>\n</head>\n<body>\n${child}\n</body>\n</html>\n"
}
}
},
"telemetry": true,
"uid": "85c6d1d6-2cac-4cca-ade6-1e9e87e9f2a1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment