Sha256: 7d802ed548053b856cb8f4dbbad57c0a04887d254d1302451c27daed7db84989
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# [<img src="https://avatars3.githubusercontent.com/u/11562029?v=3&s=200">](http://www.linea.io) # Linea::Rails Linea Iconset a free outline iconset featuring 730+ Icons. Linea Rails will allow you to use the icons on your Rails application ## Installation Add this line to your application's Gemfile: ```ruby gem 'linea-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install linea-rails ## Usage To add the library to your project, simply the following line to you application.css ```css *= require linea ``` or if you are using scss, just import the library by using the sass @import helper ```css @import "linea"; ``` ## Contributors **Dario Ferrando** - [Website](http://www.dario.io/) - [GitHub](https://github.com/DarioFerrando) **Benjamin Sigidi** - [Website](https://moozen.com/) - [GitHub](https://github.com/benjaminsigidi) ## Versioning Linea is currently maintained under the [Semantic Versioning guidelines](http://semver.org/). ## Contributing 1. Fork it ( https://github.com/[my-github-username]/linea-rails/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linea-0.0.1 | README.md |