Skip to content

mikolajdobrucki/material-foundation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 1, 2017 13:22
March 19, 2016 12:08
October 21, 2017 00:49
October 21, 2017 00:37

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.