https://github.com/kiwiupover/ember-cli-foundation
ember-cli addon for Foundation CSS framework
https://github.com/kiwiupover/ember-cli-foundation
Last synced: 3 months ago
JSON representation
ember-cli addon for Foundation CSS framework
- Host: GitHub
- URL: https://github.com/kiwiupover/ember-cli-foundation
- Owner: kiwiupover
- Created: 2014-07-22T05:13:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T06:24:49.000Z (almost 11 years ago)
- Last Synced: 2025-03-17T06:11:25.342Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ember-cli-foundation
===================###Be Warned: This is a work in progress
This is an ember-cli addon that includes [Zurb's Foundation]('http://http://foundation.zurb.com/') into your ember-cli project.
##Usage
In the root of your ember-cli project directory, run:
```bash
npm install --save-dev ember-cli-foundation
```You now have access to Foundations css styles.
Cheers!