helios-technologies / skeleton-rails

A gem to include Skeleton CSS into Rails 3.1
174 stars 45 forks source link

skeleton-rails

Skeleton is a Beautiful Boilerplate for Responsive, Mobile-Friendly Development, a CSS framework.

Currently Skeleton supports:

skeleton-rails injects version 2.0.4 of the Skeleton CSS framework functionality into Ruby on Rails application, by Helios Technologies.

Installation

Add to your Gemfile:

gem 'skeleton-rails', :git => 'https://github.com/helios-technologies/skeleton-rails'

then run bundle in the console, and then run:

rails g skeleton:install

command. This should add:

= require normalize
= require skeleton

into app/assets/stylesheets/application.css.

That's it, have fun!