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

Prevent loading duplicate classes #120

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

jrjohnson
Copy link
Collaborator

@jrjohnson jrjohnson commented Sep 14, 2019

Ember automatically binds any class passed in to the component
element. We were also adding this to both the attributes provided by
font awesome as well as our own classNameBindings resulting in multiple
instances of the same class being added.

Fixes #98

Ember automatically binds any `class` passed in to the component
element. We were also adding this to both the attributes provided by
font awesome as well as our own classNameBindings resulting in multiple
instances of the same class being added.
@jrjohnson jrjohnson merged commit 0ab1365 into FortAwesome:master Sep 16, 2019
@jrjohnson jrjohnson deleted the 98-too-many-classes branch September 16, 2019 01:18
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

Successfully merging this pull request may close these issues.

Custom icon classes inserted 3 times
1 participant