Created
May 21, 2013 21:37
-
-
Save greypants/5623465 to your computer and use it in GitHub Desktop.
SCSS: application.scss strucutre
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
// Vendor helpers and resets | |
@import 'compass/css3'; | |
@import 'normalize'; | |
// Variables and mixins | |
@import 'setup/colors'; | |
@import 'setup/defaults'; | |
@import 'setup/fonts'; | |
@import 'setup/mixins'; | |
// Global structure | |
@import 'structure/basic_elements'; | |
@import 'structure/helpers'; | |
@import 'structure/layout'; | |
@import 'structure/header'; | |
@import 'structure/footer'; | |
// Global object styling | |
@import 'patterns/buttons'; | |
@import 'patterns/forms'; | |
@import 'patterns/cms_html'; | |
@import 'patterns/alerts'; | |
// Page-specific styles | |
@import 'pages/home'; | |
@import 'pages/generic'; | |
@import 'pages/404'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment