mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 17:35:54 +03:00
[GH-ISSUE #793] Doesnt work for me #398
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#398
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 @ivanradojevic-web-dev on GitHub (Jan 21, 2021).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/793
I installed via NPM and add
<span class="flag-icon flag-icon-gr"></span>from the example. There is no flag!"flag-icon-css": "^3.5.0",
@toddpadwick commented on GitHub (Jan 28, 2021):
Same here.
I installed via npm. I also added
@import "~flag-icon-css/sass/flag-icon";to my main.scss file. and I then added an icon<span class="flag-icon flag-icon-gb"></span>I can see the css is loading as its added the before element with content value. but there is no flag loaded.
@nijatmursali commented on GitHub (Jan 28, 2021):
It does not work in my case as well.
@trin94 commented on GitHub (Feb 3, 2021):
I am using a Electron/Angular combo and I had to include the
.cssfile in theangular.jsonfile: