Skip to content

Instantly share code, notes, and snippets.

@sawadays0118
Created December 21, 2014 14:56
Show Gist options
  • Save sawadays0118/728b4e8e4da8b8c9fc8d to your computer and use it in GitHub Desktop.
Save sawadays0118/728b4e8e4da8b8c9fc8d to your computer and use it in GitHub Desktop.
【Sublime Text】簡単フォントサイズ指定【Emmet】 ref: http://qiita.com/sawadays0118/items/58675eac9a22477644b1
{
"keys": ["ctrl+alt+f"], "command": "run_macro_file", "args": {
"file": "Packages/User/easy_fontsize.sublime-macro"
}
}
[
{
"args":
{
"characters": "*1"
},
"command": "insert"
},
{
"args":
{
"characters": "00"
},
"command": "insert"
},
{
"args":
{
"action": "evaluate_math_expression"
},
"command": "run_emmet_action"
},
{
"args":
{
"characters": "\\"
},
"command": "insert"
},
{
"args":
{
"characters": "1"
},
"command": "insert"
},
{
"args":
{
"action": "evaluate_math_expression"
},
"command": "run_emmet_action"
},
{
"args":
{
"characters": "%"
},
"command": "insert"
}
]
.test {
font-size: 129%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment