mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[PR #587] [CLOSED] added support for rounded style flags. #882
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#882
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?
📋 Pull Request Information
Original PR: https://github.com/lipis/flag-icons/pull/587
Author: @opichon
Created: 8/8/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
bea17b8added support for rounded style flags.8f163e8fixed index.htmlb6f1afefixed scss0fcb8efMerge commit '5293b525fe'1317d9dfixed less styles📊 Changes
7 files changed (+546 additions, -266 deletions)
View changed files
📝
README.md(+4 -3)📝
assets/docs.css(+2 -2)📝
css/flag-icon.css(+519 -258)📝
css/flag-icon.min.css(+1 -1)📝
index.html(+8 -0)📝
less/flag-icon-base.less(+6 -1)📝
sass/_flag-icon-base.scss(+6 -1)📄 Description
Rounded flag icons tend to be an attractive alternative to square or rectangular icons. While it's easy to add the extra css within one's app, it's also easy enough to add directly to the library.
Usage is to add the
flag-icon-roundedclass instead offlag-icon-squared.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.