mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 17:35:54 +03:00
[PR #216] [CLOSED] Possibility to create alias, like UK to GB #703
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#703
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/216
Author: @recallfx
Created: 4/1/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
8c2dd5cModified LESS and SASS to support aliasing: flag-icon(country,flag), where flag is optional; Added UK alias to GB with flag-icon(uk, gb);af2e0d9Update flag-icon-base.scssf2db047Added alias EN to GB📊 Changes
8 files changed (+44 additions, -6 deletions)
View changed files
📝
css/flag-icon.css(+12 -0)📝
css/flag-icon.min.css(+1 -1)📝
index.html(+1 -0)📝
less/flag-icon-base.less(+9 -0)📝
less/flag-icon-more.less(+2 -0)📝
package.json(+6 -1)📝
sass/flag-icon-base.scss(+11 -4)📝
sass/flag-icon-more.scss(+2 -0)📄 Description
When using flag-icon-css in auto generated manner, it would be nice to get same flag for uk or gb keywords. So I modified LESS and SASS to support aliasing: flag-icon(country,flag), where flag is optional. And added UK alias to GB with flag-icon(uk, gb);
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.