Skip to content

Instantly share code, notes, and snippets.

@JoeWoodward
Created June 23, 2013 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeWoodward/5844895 to your computer and use it in GitHub Desktop.
Save JoeWoodward/5844895 to your computer and use it in GitHub Desktop.
@import files into screen.scss
// 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