Skip to content

Instantly share code, notes, and snippets.

@jakebellacera
Created May 26, 2011 17:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakebellacera/993545 to your computer and use it in GitHub Desktop.
Save jakebellacera/993545 to your computer and use it in GitHub Desktop.
A model for CSS comments/sections (great for find & replace!)
/**
* Section Declaration
* ===================
* This is an optional description of the section.
* You might want to talk about what's going on in
* here, or maybe you don't need one at all.
*/
/* Child section -- something relevant to the parent section */
/** Grandchild section **/
/*** Great-grandchild section ***/
/**** Great-great-grandchild section ****/
/***** ...etc, but usually it doesn't ever go this deep *****/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment