Created
June 23, 2014 04:05
-
-
Save neojp/0848e77f8ad25a06caa7 to your computer and use it in GitHub Desktop.
Import Foundation 5 variables and don't print any CSS classes
This file contains 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
// 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