https://github.com/zokioki/milligram-rails
https://github.com/zokioki/milligram-rails
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zokioki/milligram-rails
- Owner: zokioki
- License: mit
- Created: 2016-07-13T05:34:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T08:28:16.000Z (over 2 years ago)
- Last Synced: 2025-04-13T08:12:04.979Z (about 1 year ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Milligram
[](https://badge.fury.io/rb/milligram)
[Milligram](https://milligram.github.io/) 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:
```ruby
gem 'milligram'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install milligram
## Usage
Once installed, add the following to your `application.scss`:
```scss
@import "milligram";
```
Or, import components as needed:
```scss
@import "milligram/color";
@import "milligram/base";
@import "milligram/button";
```
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).