No description
  • SCSS 58.1%
  • HTML 41.1%
  • JavaScript 0.8%
Find a file
2015-07-14 16:06:10 +10:00
bower_components inital commit 2015-07-14 10:37:30 +10:00
css lots of changes 2015-07-14 16:06:10 +10:00
fonts inital commit 2015-07-14 10:37:30 +10:00
img lots of changes 2015-07-14 16:06:10 +10:00
js fix spacing on featured-link 2015-07-14 11:29:42 +10:00
scss lots of changes 2015-07-14 16:06:10 +10:00
.bowerrc inital commit 2015-07-14 10:37:30 +10:00
bower.json inital commit 2015-07-14 10:37:30 +10:00
config.codekit lots of changes 2015-07-14 16:06:10 +10:00
humans.txt inital commit 2015-07-14 10:37:30 +10:00
index.bak.html inital commit 2015-07-14 10:37:30 +10:00
index.html lots of changes 2015-07-14 16:06:10 +10:00
package.json inital commit 2015-07-14 10:37:30 +10:00
README.md inital commit 2015-07-14 10:37:30 +10:00
robots.txt inital commit 2015-07-14 10:37:30 +10:00
Yugen.sublime-project inital commit 2015-07-14 10:37:30 +10:00
Yugen.sublime-workspace inital commit 2015-07-14 10:37:30 +10:00

Foundation libsass template

This is a template to start your own project that uses Grunt and libsass!

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

git clone git@github.com:zurb/foundation-libsass-template.git
npm install && bower install

While you're working on your project, run:

grunt

And you're set!

Directory Structure

  • scss/_settings.scss: Foundation configuration settings go in here
  • scss/app.scss: Application styles go here