Skip to content

Instantly share code, notes, and snippets.

@Jaswetz
Created June 13, 2012 19:48
Show Gist options
  • Save Jaswetz/2926050 to your computer and use it in GitHub Desktop.
Save Jaswetz/2926050 to your computer and use it in GitHub Desktop.
SCSS: main.scss
//----------------------------------------------------------------------------
// main.scss
//----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// ROOT
// Compass
@import "compass";
// CSS reset
@import "compass/reset";
// @import "modernizr";
// Variables and mixins
@import "settings";
//@import "mixins";
// Site wide styles (html, body, scaffolding)
@import "site";
// ---------------------------------------------------------------------------
// TYPOGRAPHY
// Block level (h1, p) and text-level (em, strong) type
//@import "typography";
// ---------------------------------------------------------------------------
// COLOURS
// Colour interaction semantics
//@import "colour";
// ---------------------------------------------------------------------------
// TEXTURE
// Alerts, badges, boxes and gradients
//@import "texture";
// Font Awesome icon fonts (optional)
//@import "font-awesome";
// ---------------------------------------------------------------------------
// ELEMENTS
// Figures, images and other elements
//@import "elements";
// Standard form controls
//@import "forms";
// Button styles (optional)
//@import "buttons";
// Tables
//@import "tables";
// ---------------------------------------------------------------------------
// LAYOUT
// Page level layout styles (banner, navigation, content, contentinfo)
//@import "page";
// ---------------------------------------------------------------------------
// MEDIA QUERIES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment