Material Design version of Foundation for Sites by Zurb
Supported Foundation Version: 6.4.3
Docs: http://materialfoundation.mikolajdobrucki.com/
Starter Project: https://github.com/eucalyptuss/material-foundation-sample
npm install materialfoundation
Basically, all you need to do to start using Material Foundation is:
- import
*.scss
files fromscss
folder to your stylesheet - include
*.js
files fromjs
folder on your website
Too see how to import the files check out the Material Foundation Starter Project.