• Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    Ruby
  • Created about 13 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A gem to include Skeleton CSS into Rails 3.1

skeleton-rails

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

Currently Skeleton supports:

  • Chrome latest
  • Firefox latest
  • Opera latest
  • Safari latest
  • IE latest

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!