Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created July 25, 2012 05:41
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/3174610 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3174610 to your computer and use it in GitHub Desktop.
must haves for custom imports
// 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";
@kylefox
Copy link

kylefox commented Sep 11, 2012

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')

@kylefox
Copy link

kylefox commented Sep 11, 2012

Oh, the irony of misspelling 'typo' :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment