Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created July 25, 2012 05:43
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 hatefulcrawdad/3174615 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3174615 to your computer and use it in GitHub Desktop.
common imports and styles
// Control which mixins you have access too
// @import "foundation/mixins/clearfix";
// @import "foundation/mixins/css-triangle";
// @import "foundation/mixins/font-size";
// Must include next two for semantic grid to work
// @import "foundation/mixins/respond-to";
// @import "foundation/mixins/semantic-grid";
// @import "foundation/common/globals";
// @import "modular-scale";
// Must include the grid for any responsiveness
// @import "foundation/components/grid";
// Control which common styles get compiled
// @import "foundation/common/typography";
// @import "foundation/common/forms";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment