Skip to content

Instantly share code, notes, and snippets.

@nottrobin
Created August 4, 2015 17:35
Show Gist options
  • Select an option

  • Save nottrobin/43ab29298c1f6ac044db to your computer and use it in GitHub Desktop.

Select an option

Save nottrobin/43ab29298c1f6ac044db to your computer and use it in GitHub Desktop.
How to use the vanilla framework
// 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