Project

milligram

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Milligram framework's assets packaged into a Ruby gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.2
~> 0.10.3
>= 12.3.3
~> 3.0
 Project Readme

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.