Skip to content

Instantly share code, notes, and snippets.

@deletosh
Created July 16, 2012 17:47
Show Gist options
  • Save deletosh/3123986 to your computer and use it in GitHub Desktop.
Save deletosh/3123986 to your computer and use it in GitHub Desktop.
foundation base import file
/***********************************************************************
*
* Uses the foundation framework with stylesheet source in SASS/Compass,
* to install, see: http://bit.ly/McPEag
* @dependancy: Ruby (on windows: DevKit: http://bit.ly/McPL5E)
*
**********************************************************************/
@import "settings";
@import "foundation/base";
@import "foundation/globals";
@import "foundation/grid";
@import "foundation/buttons";
@import "foundation/forms";
@import "foundation/navbar";
@import "foundation/tabs";
@import "foundation/ui";
@import "foundation/typography";
@import "foundation/orbit";
@import "foundation/reveal";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment