Skip to content

Instantly share code, notes, and snippets.

@rogden
Last active December 15, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogden/5327018 to your computer and use it in GitHub Desktop.
Save rogden/5327018 to your computer and use it in GitHub Desktop.
Sublime Text 2 CSS comment banner style that shows up as a symbol in the goto symbol (cmd+r) menu. Makes for a good way to organize styles for various modules etc.
/*-------------------------------------------- */
/** My Module 1 */
/*-------------------------------------------- */
...
/*-------------------------------------------- */
/** My Module 2 */
/*-------------------------------------------- */
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment