custom css feature @done

This commit is contained in:
math2001
2016-11-26 11:10:21 +11:00
parent 57f6989720
commit 4b1bc0d8bc
3 changed files with 26 additions and 2 deletions

20
Main.sublime-menu Normal file
View File

@ -0,0 +1,20 @@
[
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children": [
{
"caption": "MarkdownLivePreview",
"command": "open_file",
"args": {
"file": "$packages/User/MarkdownLivePreview.css",
"contents": "/* See http://www.sublimetext.com/docs/3/minihtml.html#css to know which property you're able to use */\n\n$0"
}
}
]
}
]
}
]