Created
July 16, 2012 17:47
-
-
Save deletosh/3123986 to your computer and use it in GitHub Desktop.
foundation base import file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************************************************************** | |
* | |
* 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