Skip to content

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

Notifications You must be signed in to change notification settings

whitecube/mix-white-sass-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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');

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published