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
How should we handle icons?
Options:
href:xlink
fill: color
color: color
Any thoughts/preferences on this?
The text was updated successfully, but these errors were encountered:
YES!!! So much. 👉 We should use inline SVG in one form or another.
Might be more work upfront to set up, but I really really really think we should invest it that now for a more future friendly flexible fab solution.
Boring… We want to be able to style icons with CSS.
It’s a hack. SVG is superior.
Sorry, something went wrong.
75bd4e7
No branches or pull requests
How should we handle icons?
Goal: Super easy to use, but flexible styling.
Options:
pros: only loading the icons beeing used / cons: needs to be done in the template.
href:xlink
to load the SVGpros: able to set
fill: color
/ cons: all icons are loaded on page load.pros: not external dependencies, only loads the SVG's beeing used / cons: not able to set
fill: color
pros: simple to use, can set
color: color
/ cons: not semantic correct (should probably be avoided)...Any thoughts/preferences on this?
The text was updated successfully, but these errors were encountered: