• Stars
    star
    354
  • Rank 116,114 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Material Design version of Foudation for Sites by Zurb

Material Foundation

Material Foundation

Material Design version of Foundation for Sites by Zurb

npm version

Supported Foundation Version: 6.4.3

Docs: http://materialfoundation.mikolajdobrucki.com/

Starter Project: https://github.com/eucalyptuss/material-foundation-sample

Install with npm

npm install materialfoundation

Quick Start

Basically, all you need to do to start using Material Foundation is:

  • import *.scss files from scss folder to your stylesheet
  • include *.js files from js folder on your website

Too see how to import the files check out the Material Foundation Starter Project.