Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonfive/abtstyles
Prosper pattern library - Bridge system
https://github.com/carbonfive/abtstyles
Last synced: about 2 months ago
JSON representation
Prosper pattern library - Bridge system
- Host: GitHub
- URL: https://github.com/carbonfive/abtstyles
- Owner: carbonfive
- Created: 2014-08-28T18:22:10.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-10-08T23:01:36.000Z (over 10 years ago)
- Last Synced: 2024-04-15T12:18:26.943Z (10 months ago)
- Language: CSS
- Homepage: http://carbonfive.github.io/abtstyles
- Size: 5.22 MB
- Stars: 0
- Watchers: 74
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prosper Pattern Library - Bridge System
Using Foundation and Sass
* [Foundation with Sass](http://foundation.zurb.com/docs/sass.html)## Requirements
Make sure you have the following 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 [email protected]:carbonfive/abtstyles.git
npm install && bower install
```While you're working on the styleguide, run:
`grunt`
And you're set!
## Directory Structure
* `scss/_foundationsettings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Prosper specific styles go here