Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feathericon/feathericon-sass
feathericon Sass gem for use in Ruby/Rails projects
https://github.com/feathericon/feathericon-sass
gem icons rails rubygems sass svg-sprites webfonts
Last synced: 3 months ago
JSON representation
feathericon Sass gem for use in Ruby/Rails projects
- Host: GitHub
- URL: https://github.com/feathericon/feathericon-sass
- Owner: feathericon
- License: mit
- Created: 2016-12-22T10:51:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T08:01:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-27T22:47:37.191Z (3 months ago)
- Topics: gem, icons, rails, rubygems, sass, svg-sprites, webfonts
- Language: SCSS
- Size: 388 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
![feathericon](https://raw.githubusercontent.com/featherplain/feathericon/master/docs/img_feathericon_white.png "feathericon")
feathericon-sass
feathericon is simple, scalable vector icon font for websites, apps.
Website: https://feathericon.github.io/feathericon/
## Usage
Place feathicon with `` tag in your html like this. `fe` class is required to use our icons correctly. Check out [our website](https://feathericon.github.io/feathericon/) to start using icons!
```html
```## Installation
Add this line to your application's Gemfile:```ruby
gem 'feathericon-sass'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install feathericon-sass
```## Import
Add this line to your `app/assets/stylesheets/application.scss`:
```scss
@import "feathericon";
```If you use CSS, check https://github.com/feathericon/feathericon-rails
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).