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

Mix Icons on one page #1

Open
binyamindavid opened this issue Mar 19, 2015 · 4 comments
Open

Mix Icons on one page #1

binyamindavid opened this issue Mar 19, 2015 · 4 comments

Comments

@binyamindavid
Copy link

Currently one can not mix icons from different set on the same page.

@binyamindavid binyamindavid changed the title Mix Icons Mix Icons on one page Mar 19, 2015
@jacksonperondi
Copy link

Just change lines 28 and 29 classes names for each set like

[class^="icon-"]:before, [class*=" icon-"]:before

to

[class^="icon-basic"]:before, [class*=" icon-basic"]:before

@binyamindavid
Copy link
Author

binyamindavid commented Jun 19, 2017

@jacksonperondi can you please create a PR

[class^="icon-basic"]:before, 
[class*=" icon-basic"]:before

@BillKarkavos
Copy link

+1

@suyash-purwar
Copy link
Contributor

There's no need to mix all the icon fonts. I have made a PR, see the changes I have made and do those same changes in your files and use the same HTML markup as you were using. Everything will work out just fine.

Thanks to @jacksonperondi @benjaminsigidi

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

No branches or pull requests

4 participants