Skip to content

Instantly share code, notes, and snippets.

@neojp
Created June 23, 2014 04:05
Show Gist options
  • Save neojp/0848e77f8ad25a06caa7 to your computer and use it in GitHub Desktop.
Save neojp/0848e77f8ad25a06caa7 to your computer and use it in GitHub Desktop.
Import Foundation 5 variables and don't print any CSS classes
// do not print foundation css classes
$include-html-classes: false;
$modules: ("global");
// import foundation variables
@import "foundation/components/global";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment