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
- Host: GitHub
- URL: https://github.com/alchaplinsky/applepie-rails
- Owner: alchaplinsky
- License: mit
- Created: 2014-04-24T17:05:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T03:55:36.000Z (about 11 years ago)
- Last Synced: 2025-04-17T18:23:42.361Z (about 1 year ago)
- Language: Ruby
- Homepage: http://apppie.org
- Size: 253 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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