Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.fantasticonrc.js - github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b6afb0f5ec705c1be9b9496cd107beb7a93fe56 (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
    inputDir: './images/icons/',
    outputDir: './fonts/',
    assetTypes: ['scss'],
    name: 'jsxc-icons',
    normalize: true,
    tag: '',
    prefix: 'jsxc-icon',
    fontsUrl: '../fonts',
};