Sha256: f153cd4d618c1d08e73ffa402c46a3d396e5e3eee1c8d6773373a94c3905fffc

Contents?: true

Size: 607 Bytes

Versions: 1

Compression:

Stored size: 607 Bytes

Contents

# Material-Design-Lite-Rails

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'material-design-lite-rails'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install material-design-lite-rails

Material Design Lite use the font called *Material Icons*, which can loaded from Google Fonts. Add the following line to `application.html.erb` file:

`<%= stylesheet_link_tag "https://fonts.googleapis.com/icon?family=Material+Icons" %>`

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material-design-lite-rails-1.1.2 README.md