Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

HTML template does not work with new baseSelector option #20

Open
bartvanandel opened this issue Mar 2, 2017 · 2 comments
Open

HTML template does not work with new baseSelector option #20

bartvanandel opened this issue Mar 2, 2017 · 2 comments

Comments

@bartvanandel
Copy link

As the title implies, the HTML template still requires the now deprecated 'baseClass' option. With the 'baseSelector' option, the generated HTML file renders incorrectly due to missing classes. As the 'baseClass' option is converted into a 'baseSelector' value, it now always fails.

Ex: output from previous version, using 'baseClass' = 'glyphicon':

<span class="glyphicon novaicon-add-circle-1"></span>

New version, using using 'baseSelector' = '.glyphicon' (or same 'baseClass' as before), outputs:

<span class=" novaicon-add-circle-1"></span>
@saulyz
Copy link

saulyz commented Jul 28, 2017

Problem still persists.
So it is hard to see webfont preview in html

@nkamate
Copy link

nkamate commented Apr 12, 2018

Still seeing this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants