mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #1008] flags not showing #471
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#471
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kannyekong on GitHub (Jun 21, 2022).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1008
@NotTsunami commented on GitHub (Jun 21, 2022):
Can't really help ya without more information. The flags show fine in GitHub. Are you using the library or the SVG files directly? Are you using a CSS preprocessor? Is this newly happening?
@sandhaka commented on GitHub (Jun 23, 2022):
Hi @NotTsunami . You should load the css file in the application.
For example, if are you using Angular add in angular.json, in "styles" array, the following:
"node_modules/flag-icons/css/flag-icons.min.css"
Then rebuild