milligram

Milligram framework's assets packaged into a Ruby gem.


License
MIT
Install
gem install milligram -v 1.1.0.0

Documentation

Milligram

Gem Version

Milligram is a minimalist CSS framework. This gem packages the framework's assets for drop-in use in Rails applications.

Installation

Add this line to your application's Gemfile:

gem 'milligram'

And then execute:

$ bundle

Or install it yourself as:

$ gem install milligram

Usage

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";

License

The gem is available as open source under the terms of the MIT License.