Created
May 26, 2011 17:21
-
-
Save jakebellacera/993545 to your computer and use it in GitHub Desktop.
A model for CSS comments/sections (great for find & replace!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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