-
-
Save pietvanzoen/d2c1ca48248d5a3a38b0 to your computer and use it in GitHub Desktop.
Stylesheet organization example. Read more here: http://thedaylightstudio.com/blog
This file contains 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
/*************************************************** | |
CORE | |
***************************************************/ | |
/** NORMALIZE/RESET | |
---------------------------------------- **/ | |
/* Explanation of foo. */ | |
.foo { } | |
.bar { } | |
/* Explanation of baz. */ | |
.baz { } | |
/** TYPOGRAPHY | |
---------------------------------------- **/ | |
/** Tertiary Header **/ | |
.foo { } | |
.bar { } | |
.etc { } | |
/** Tertiary Header | |
* With comments! Lorem ipsum dolor sit amet, consectetur adipisicing elit, | |
* sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
**/ | |
.foo { } | |
.bar { } | |
.etc { } | |
/** LAYOUT | |
---------------------------------------- **/ | |
.your { } | |
.favourite { } | |
.grids { } | |
.here { } | |
/*************************************************** | |
COMPONENTS | |
***************************************************/ | |
/** BUTTONS | |
---------------------------------------- **/ | |
.cta { } | |
.cta_alt { } | |
/** BIGPIC | |
---------------------------------------- **/ | |
.bigpic { } | |
.pager { } | |
/** CALLOUT BOX (TOUTS) | |
---------------------------------------- **/ | |
.tout { } | |
.tout_alt { } | |
/*************************************************** | |
MODULES | |
***************************************************/ | |
/** HEADER | |
---------------------------------------- **/ | |
.header { } | |
/** FOOTER | |
---------------------------------------- **/ | |
.footer { } | |
/** PLUGINS | |
* Throw your third party plugin CSS here. | |
---------------------------------------- **/ | |
.fancy-plugin { } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment