Created
July 25, 2012 05:41
-
-
Save hatefulcrawdad/3174610 to your computer and use it in GitHub Desktop.
must haves for custom imports
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
// Import specific parts of Foundation by commenting the import "foundation" | |
// and uncommenting what you want below. You must uncomment the following if customizing | |
// @import "compass/css3"; | |
// @import "foundation/settings"; | |
// @import "foundation/functions/all"; |
Oh, the irony of misspelling 'typo' :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a type here that caused me a bit of hair-pulling. Line #7 should say
@import "foundation/functions/all";
(missing 's' in 'function')