Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 992 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 992 Bytes

Material Foundation

Material Foundation

Material Design version of Foundation for Sites by Zurb

npm version

Supported Foundation Version: 6.4.3

Docs: https://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.