I recently installed y0ssar1an's excellent CSS3 Syntax package in Sublime Text 2, and I can no longer use the command+foward_slash combo to toggle comments. Toggling comments still works in non-CSS files.
I checked the default preferences, and the shortcut still seems to be there:
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } }
There's nothing in the user preferences to override this. How can I troubleshoot further?
Thanks!