jeerbl/webfonts-loader

baseSelector not working

evandiamond opened this issue · 2 comments

Hi there!

My baseSelector is showing up as a blank space in the source. The only way I can get it to work is by hardcoding my selector in the .hbs file :(

Here's how I have the code:
'baseSelector': '.icon-font',

screen shot 2019-01-24 at 10 36 55 am

Actually, the .hbs file looks incorrect.

It should be:
<span class="{{../baseSelector}} {{../classPrefix}}{{this}}"></span>

instead of:
<span class="{{../baseClass}} {{../classPrefix}}{{this}}"></span>

Right?

Stale issue message