@ritterim/platform-ui
Version:
A CSS framework used by Ritter Insurance Marketing (RIM) for our platform of agent tools.
27 lines (26 loc) • 546 B
JavaScript
const codepoints = require('./src/platform-icons.json');
module.exports = {
inputDir: './src/icons/optimized',
outputDir: './public',
fontTypes: ['woff2'],
assetTypes: ['html', 'json', 'css'],
prefix: 'pi',
tag: 'i',
name: 'platform-icons',
fontHeight: 300,
normalize: true,
formatOptions: {
json: {
indent: 2
}
},
codepoints,
templates: {
css: './src/templates/css.hbs',
html: './src/templates/html.hbs'
},
pathOptions: {
json: './src/platform-icons.json',
html: './index.html'
}
};