We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added Font Awesome to my web app ... and all my floating action buttons (CSS class .fab) broke.
.fab
An option to change the prefix of all Font Awesome classes would help avoid name collisions for existing projects.
A kit option to change the prefix of all Font Awesome CSS classes.
If the developer sets it to "foobaz", then all classes within that kit start with .foobaz: .fa → .foobaz .fa-face-smile → .foobaz-face-smile etc.
.foobaz
.fa
.fa-face-smile
.foobaz-face-smile
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
I added Font Awesome to my web app ... and all my floating action buttons (CSS class
.fab
) broke.An option to change the prefix of all Font Awesome classes would help avoid name collisions for existing projects.
Feature description
A kit option to change the prefix of all Font Awesome CSS classes.
If the developer sets it to "foobaz", then all classes within that kit start with
.foobaz
:.fa
→.foobaz
.fa-face-smile
→.foobaz-face-smile
etc.
Alternatives
Additional context
No response
Feature request checklist
The text was updated successfully, but these errors were encountered: