Skeletor Backbone

The goal of Skeletor is to provide a small unobtrusive CSS framework. This project is an excellent starting point to help get new applications off the ground quickly. It uses recommended styles and best practices from around the web.

Please Note

This project is currently in beta, I still have a list of features and some bugs I am working out. I wanted to get this out in the wild in the hopes that people will provide feedback and report any issues I may have missed.

Installation

Add this line to your application's Gemfile:

gem 'skeletor_backbone'

And then execute:

$ bundle

Or install it yourself as:

$ gem install skeletor_backbone

Usage

After Skeletor has been added to your Gemfile you can install it into your project by running:

rails g skeletor:install

This will create a skeletor settings file in your stylesheets directory. It will also add the appropriate requirements to your application.css file.

Contributing

  1. Fork it ( http://github.com//skeletor_backbone/fork )
  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