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
Currently by importing import "flag-icons"; into a project all 540 icons are included.
import "flag-icons";
As often projects only use one set of icons it would be nice to import only the set that is used.
This could be done by providing additional CSS files that only include those sets.
that way one could do: import "flag-icons/css/flag-icons-4x3.css" (or similar), for those that only need 4x3 icons.
import "flag-icons/css/flag-icons-4x3.css"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently by importing
import "flag-icons";
into a project all 540 icons are included.As often projects only use one set of icons it would be nice to import only the set that is used.
This could be done by providing additional CSS files that only include those sets.
that way one could do:
import "flag-icons/css/flag-icons-4x3.css"
(or similar), for those that only need 4x3 icons.The text was updated successfully, but these errors were encountered: