via:https://sublime.wbond.net/installation css
via:https://sublime.wbond.net/packages/DocBlockr html
via:https://sublime.wbond.net/packages/YUI%20Compressor node
{ "exclude": ["node_modules/**"], "verbose": true, "always-semicolon": true, "block-indent": " ", "colon-space": ["", " "], "color-case": "lower", "color-shorthand": false, "element-case": "lower", "eof-newline": true, "leading-zero": false, "quotes": "single", "remove-empty-rulesets": true, "rule-indent": " ", "stick-brace": "1", "strip-spaces": true, "unitless-zero": true, "vendor-prefix-align": true, "combinator-space": [1, 1] }
將compact_expand_css_command.py置於~.config/sublime-text-3/Packages/User/
Open ST Preferences -> Key Bindings - User
add this:
git
{ "keys": ["ctrl+super+]"], "command": "compact_expand_css", "args": { "action": "expand" } }, { "keys": ["ctrl+super+["], "command": "compact_expand_css", "args": { "action": "compact" } },