[PR #587] [CLOSED] added support for rounded style flags. #882

Closed
opened 2026-03-03 14:41:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/587
Author: @opichon
Created: 8/8/2019
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 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-rounded class instead of flag-icon-squared.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/587 **Author:** [@opichon](https://github.com/opichon) **Created:** 8/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`bea17b8`](https://github.com/lipis/flag-icons/commit/bea17b823adcc3d5c49d45d1d2bcccf099a17cda) added support for rounded style flags. - [`8f163e8`](https://github.com/lipis/flag-icons/commit/8f163e83c6a95327f5991b6e2262d8bd665c7e46) fixed index.html - [`b6f1afe`](https://github.com/lipis/flag-icons/commit/b6f1afe191df8f728b8fae70ed120a5964f566ba) fixed scss - [`0fcb8ef`](https://github.com/lipis/flag-icons/commit/0fcb8ef04d1db1811a6cba54aa81bd8059b165bb) Merge commit '5293b525fe2b84cfd7e1a15c4319f890d98c7757' - [`1317d9d`](https://github.com/lipis/flag-icons/commit/1317d9d23f1c44b9556ae4c704c829c69669aec6) fixed less styles ### 📊 Changes **7 files changed** (+546 additions, -266 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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-rounded` class instead of `flag-icon-squared`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:41:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#882
No description provided.