An open API service indexing awesome lists of open source software.

https://github.com/alchaplinsky/applepie-rails

Semantic and Modular CSS Toolkit For Ruby On Rails
https://github.com/alchaplinsky/applepie-rails

Last synced: about 1 year ago
JSON representation

Semantic and Modular CSS Toolkit For Ruby On Rails

Awesome Lists containing this project

README

          

# applepie-rails

ApplePie Toolkit is modular and responsive CSS framework. Getting started with ApplePie is easy. Whether you are building a simple site with a 'default' UI, or you are a master of SASS, building a new app - this toolkit will help you get up and running!

## Installation

Add this line to your application's Gemfile:

gem 'applepie-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install applepie-rails

## Usage

In your main sass[scss] file:

@import "applepie/all"

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request