We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6987e9e + de460ce commit e3ebea7Copy full SHA for e3ebea7
README.md
@@ -22,7 +22,7 @@ gulp.task('iconfont', function(){
22
path: 'app/assets/css/templates/_icons.scss',
23
targetPath: '../../css/_icons.scss', // relative to gulp.dest below
24
fontPath: '../../fonts/icons/', // relative to targetPath (yes, slightly redundant but necessary for CSS template)
25
- })
+ }))
26
.pipe(iconfont({
27
fontName: 'Icons'
28
}))
0 commit comments