Skip to content

Commit 6f2511d

Browse files
authored
Merge pull request #172 from moderntribe/hotfix/icons-task-sass-vars
Addresses new issue with icomoon sass vars that are unquoted.
2 parents df2f617 + feba71f commit 6f2511d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grunt_options/replace.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ module.exports = {
3131
coreIconsVariables: {
3232
options: {
3333
patterns: [
34+
{
35+
match: /(\\[a-f0-9]+);/g,
36+
replacement: '"$1";',
37+
},
3438
{
3539
match: /\$/g,
3640
replacement () {

0 commit comments

Comments
 (0)