Skip to content

Commit

Permalink
Added missing semi-colon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan committed Jan 31, 2019
1 parent 72c59d2 commit 6a253ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = function (content) {

// Spit out SCSS file to same path as CSS file to easily use mixins (scssFile must be true)
if (fontConfig.scssFile === true) {
generatorOptions.cssDest = path.resolve(this.context, fontConfig.dest, fontConfig.fontName + '.scss')
generatorOptions.cssDest = path.resolve(this.context, fontConfig.dest, fontConfig.fontName + '.scss');
}

// svgicons2svgfont stuff
Expand Down

0 comments on commit 6a253ba

Please sign in to comment.