Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

foundation-icons-sass-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foundation-icons-sass-rails

  • 3.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Foundation Icon Fonts on SASS for Rails

Current version: Foundation Icon Fonts 3.

How to Install

Add foundation-icons-sass-rails gem to the assets group in your Gemfile:

group :assets do
  gem 'sass-rails', "  ~> x.x.x"
  gem 'coffee-rails', "~> x.x.x"
  gem 'uglifier'
  gem 'foundation-icons-sass-rails'
end

Then rename your app/assets/stylesheets/application.css to app/assets/stylesheets/application.css.scss and add:

@import 'foundation-icons';

Now, you can use it as follows:

<i class="fi-[icon]"></i>

Version 2.x

For Foundation Icon Fonts 2 use v2.x branch.

<i class="general foundicon-[icon]"></i>
<i class="general-enclosed foundicon-[icon]"></i>
<i class="social foundicon-[icon]"></i>
<i class="accessibility foundicon-[icon]"></i>

License

Foundation Icon Fonts 3 and Foundation Icon Fonts 2 are created by ZURB and licensed under MIT.

Rest of the code is also under MIT.

FAQs

Package last updated on 26 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc