https://github.com/foundation/foundation-libsass-template
https://github.com/foundation/foundation-libsass-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foundation/foundation-libsass-template
- Owner: foundation
- Created: 2013-11-18T20:07:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T18:06:37.000Z (over 10 years ago)
- Last Synced: 2025-02-26T21:17:09.447Z (over 1 year ago)
- Language: HTML
- Size: 549 KB
- Stars: 56
- Watchers: 18
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`
## Quickstart
```bash
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