Skip to content

Instantly share code, notes, and snippets.

@roine
Created July 4, 2013 04:30
Show Gist options
  • Save roine/5924940 to your computer and use it in GitHub Desktop.
Save roine/5924940 to your computer and use it in GitHub Desktop.
scss loading order
@import "style_bootstrap"; // twitter bootstrap or zurb foundation
@import "settings"; // contains the variables
@import "helpers" // contains all the reusable classes
@import "styles" // contains the general style could be split into small files (ie: 'header', 'content', 'column_left', 'footer', 'page1')
@import "tweaks" // your shame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment