Created
August 4, 2015 17:35
-
-
Save nottrobin/43ab29298c1f6ac044db to your computer and use it in GitHub Desktop.
How to use the vanilla framework
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
| // Override any settings | |
| $brand-color: #000; | |
| // Import vanilla | |
| @import '../node_modules/vanilla-framework/scss/vanilla'; | |
| // Either include the whole framework | |
| @include vanilla; | |
| // Or just include the parts you want | |
| @include vf-grid; | |
| @include vf-buttons; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment