Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

drewbarontini/tmcss-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Thinking Modular CSS" Example Sites

Confusion?

Check out the MVCSS documentation if anything feels strange. Everything is explained there :)

Setup

You can just open up the index.html files in your browser (only tested in Google Chrome latest), but if you want to make any changes to the Sass, you'll need to set up Grunt and have it watch your project for changes.

# Install grunt cli globally
npm install -g grunt-cli

# Install dependencies
npm install

# Run Grunt to watch your Sass files
grunt

About

"Thinking Modular CSS" talk example sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published