Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facade 'Icon' => Bootstrapper\Facades\Icon::class doesn't get glyphicon in Bootstrap 4 #336

Open
diegoquirino opened this issue Mar 24, 2018 · 0 comments

Comments

@diegoquirino
Copy link

I've noticed that glyphicon was dropped (see http://v4-alpha.getbootstrap.com/migration/) after updating my app to Bootstrap 4.

How can I change automatic generation of code to another library (like open-iconic). Today, the automatic generated code like:
<span class='glyphicon glyphicon-floppy-disk'></span>
And I need to change it to:
<span class='oi oi-floppy-disk'></span>

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

No branches or pull requests

1 participant