Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Last active August 29, 2015 13:56
Show Gist options
  • Save robhrt7/9058618 to your computer and use it in GitHub Desktop.
Save robhrt7/9058618 to your computer and use it in GitHub Desktop.
CSS headings
/*
CSS hedings
==============================================================================================
*/
/* Level 1
---------------------------------------------------------------------------------- */
.somecode {
}
/* /Level 1
---------------------------------------------------------------------------------- */
/* Level 2
-------------------------------------------------- */
.somecode {
}
/* /Level 2 */
/* Level 3 */
.somecode {
}
/* /Level 3 */
/* Level 4 */
.somecode {
}
/*
Example
==============================================================================================
*/
/* Module 1
---------------------------------------------------------------------------------- */
.somecode1 {
}
/* Module 1 - Part 1
-------------------------------------------------- */
.part1 {
}
/* /Module 1 - Part 1 */
/* Module 1 - Part 2
-------------------------------------------------- */
.part2 {
}
/* /Module 1 - Part 2 */
/* /Module 1
---------------------------------------------------------------------------------- */
/* Module 2
---------------------------------------------------------------------------------- */
.somecode2 {
}
/* /Module 2
---------------------------------------------------------------------------------- */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment