Alom is the lighest, simplest framework ever, it will help you to kick up your project without interfering with any style, it is designed to make your life simpler and to help you deal with all the responsive stuff.
The alom gem integrates the Alom framework for Rails 4+ Asset Pipeline.
You need to only include the alom
gem inside your Gemfile
:
gem 'alom'
or you can install from the latest build:
gem 'alom', git: 'git@github.com:IcaliaLabs/alom-rails.git'
Install the gem using the bundle command:
$ bundle
In your application.css, include the css file:
/*
*= require alom
*/
Or if you're using SASS, go to application.css.scss and add:
@import "alom";
Bug reports and pull requests are welcome on GitHub at https://github.com/IcaliaLabs/alom-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.