Socket
Socket
Sign inDemoInstall

mix-white-sass-icons

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mix-white-sass-icons

Automatic fontello builds for use with Laravel Mix and white-sass


Version published
Maintainers
1
Created

Readme

Source

Laravel Mix white-sass icons

A Laravel Mix extension to automatically create icon fonts with SVGs from a folder.

Installation

NPM

npm i mix-white-sass-icons

Yarn

yarn add mix-white-sass-icons

Usage

In your webpack.mix.js file:

require('mix-white-sass-icons');

// First argument is the folder with SVGs, second argument is the folder where the font files should be saved.
mix.icons('resources/icons', 'resources/fonts');

Keywords

FAQs

Last updated on 13 Jan 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc