Created
June 23, 2013 12:36
-
-
Save JoeWoodward/5844895 to your computer and use it in GitHub Desktop.
@import files into screen.scss
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
// Mixins and variables | |
@import "partials/base"; | |
// Partials | |
@import "partials/reset"; | |
@import "partials/typography"; | |
@import "partials/buttons"; | |
@import "partials/grid"; | |
@import "partials/layout/header"; | |
@import "partials/layout/article"; | |
@import "partials/layout/footer"; | |
// 3rd party stylesheets | |
@import "vendor/bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment