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.
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:installcommand. This should add:
= require normalize
= require skeletoninto app/assets/stylesheets/application.css.
That's it, have fun!