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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request