Skip to content

VinnyFonseca/Matter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Matter?

Matter is a SASS front-end framework and the result of years of problem solving, bug fixing, cross-browser and cross-platform testing. It went back to the basics and is designed to make HTML work for you, not against you.

It is built over many iterations, cleanups, revisions and upgrades, instead of a single sprint from the ground up. This process makes Matter stable, tested and with fewer bugs, while maintaining compatibility all the way to IE8.


Get Started

1. Requirements

  1. Node
  2. Grunt npm install -g gulp
  3. Grunt Command Line Interface (CLI) npm install -g gulp-cli

2. Gulp

First run? Navigate to Matter's directory and run npm install then run gulp.

Returning? Simply run gulp.


Get to da code!