Sha256: fd37b9ff2147311c184ab12a1fcf0574654dd81e190127d2f5bd3df73a8611aa
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
# simple-line-icons-rails simple-line-icons-rails provides the [Simple-Line-Icons](http://graphicburger.com/simple-line-icons-webfont/) web fonts and stylesheets as a Rails engine for use with the asset pipeline. ## Installation Add this line to your application's Gemfile: ```ruby gem 'simple-line-icons-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install simple-line-icons-rails ## Usage In your `application.css`, include the css file: ```css /* *= require simple-line-icons */ ``` Then restart your webserver if it was previously running. Congrats! You now have scalable vector icon support. Pick an icon and check out the [Simple Line Icons Webfont](http://graphicburger.com/simple-line-icons-webfont/). ### Sass Support If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your `application.css.scss` file: ```scss @import "simple-line-icons"; ``` If you use the [Sass indented syntax](http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html), add this to your `application.css.sass` file: ```sass @import simple-line-icons ``` ## License * The remainder of the simple-line-icons-rails project is licensed under the [MIT License](http://opensource.org/licenses/mit-license.html).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple-line-icons-rails-0.0.1 | README.md |