New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sass-font-awesome

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-font-awesome

Sass-only package for the iconic font and CSS framework

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

sass-font-awesome

Sass-only package for the iconic Font Awesome project with additional features

Currently using Font Awesome v4.7.0

Additional features

Silent classes

All icon classes have their silent equivalents e.g. .fa-check => %fa-check

Allowed icons

You can specify icon classes to be compiled into the final css style by defining a list of icon names into variable $fa-allowed-icons.

Example
$fa-allowed-icons: check times;

Will result in generating only .fa-check and .fa-times classes along with all feature classes (e.g. .fa-fw, .fa-3x etc.). Silent classes will be available for all the rest of icons.

Keywords

FAQs

Package last updated on 07 Mar 2017

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