1
0
mirror of https://github.com/chowa/ejyy.git synced 2026-01-21 05:07:48 +08:00
Files
ejyy/console-web/.cwfontrc
2022-07-31 12:40:07 +08:00

29 lines
546 B
Plaintext

---
compile:
syntax: "less"
startPoint: 51666
fontName: "Ionicons"
styleFileName: "custom-icon"
selector: ".ivu-icon-{{glyph}}"
global: false
stylelint: false
hash:
font: false
style: false
len: 8
preview: true
format:
printWidth: 120
tabWidth: 4
useTabs: false
semi: true
endOfLine: "lf"
input:
svgsDir: './cwfont/svg-icons'
styleTpl: './cwfont/style.tpl'
previewTpl: null
output:
font: './src/styles/iconfont'
style: './src/styles'
preview: './cwfont'