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!