Skip to content

Commit

Permalink
Merge branch 'master' of github.com:a-sk/livecss
Browse files Browse the repository at this point in the history
  • Loading branch information
askurihin authored and a.sk committed Apr 13, 2012
2 parents 825a085 + 8b9c3cf commit a942bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{ "caption": "Live CSS: Colorize", "command": "css_colorize"},
{ "caption": "Live CSS: Uncolorize", "command": "css_uncolorize"},
{ "caption": "Live CSS: Toggle locally", "command": "toggle_global_live_css"},
{ "caption": "Live CSS: Toggle globally", "command": "toggle_local_live_css"}
{ "caption": "Live CSS: Toggle locally", "command": "toggle_local_live_css"},
{ "caption": "Live CSS: Toggle globally", "command": "toggle_global_live_css"}
]

0 comments on commit a942bfd

Please sign in to comment.