https://github.com/carbonfive/abtstyles
Prosper pattern library - Bridge system
https://github.com/carbonfive/abtstyles
Last synced: 11 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 (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-10-08T23:01:36.000Z (over 11 years ago)
- Last Synced: 2025-01-30T17:37:01.210Z (over 1 year ago)
- Language: CSS
- Homepage: http://carbonfive.github.io/abtstyles
- Size: 5.22 MB
- Stars: 0
- Watchers: 73
- 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 git@github.com: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