Milligram is a minimalist CSS framework. This gem packages the framework's assets for drop-in use in Rails applications.
Add this line to your application's Gemfile:
gem 'milligram'
And then execute:
$ bundle
Or install it yourself as:
$ gem install milligram
Once installed, add the following to your application.scss
:
@import "milligram";
Or, import components as needed:
@import "milligram/color";
@import "milligram/base";
@import "milligram/button";
The gem is available as open source under the terms of the MIT License.