Remove some of the last few fa-icon helpers

This commit is contained in:
Robin Ward
2017-09-14 11:20:19 -04:00
parent b2ffaf93a3
commit 8c2d6118ff
4 changed files with 7 additions and 6 deletions

View File

@ -27,6 +27,7 @@ function mustacheValue(node, state) {
break;
case 'fa-icon':
case 'd-icon':
state.helpersUsed.iconNode = true;
let icon = node.params[0].value;
return `__iN("${icon}")`;