mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[PR #751] [CLOSED] Split flag sizes into separate files #992
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#992
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/751
Author: @yurikoval
Created: 9/15/2020
Status: ❌ Closed
Base:
master← Head:split-flag-size-build📝 Commits (6)
2556f08Add 1x1 and 4x3 source filesd78bc2eUse list function to generate flag classes71f52ffExtract squared definition into separate mixin633d1cdCreate flag clsses using iterator8e12c83Generate 1x1 and 4x3 sizesa3e99acBuild assets📊 Changes
14 files changed (+2424 additions, -1038 deletions)
View changed files
📝
Gruntfile.coffee(+12 -0)➕
css/flag-icon-1x1.css(+794 -0)➕
css/flag-icon-1x1.min.css(+1 -0)➕
css/flag-icon-4x3.css(+794 -0)➕
css/flag-icon-4x3.min.css(+1 -0)📝
css/flag-icon.css(+773 -773)📝
css/flag-icon.min.css(+1 -1)➕
less/flag-icon-1x1.less(+5 -0)➕
less/flag-icon-4x3.less(+5 -0)📝
less/flag-icon-base.less(+16 -4)➖
less/flag-icon-list.less(+0 -249)➖
less/flag-icon-more.less(+0 -9)📝
less/flag-icon.less(+6 -2)📝
less/variables.less(+16 -0)📄 Description
Different flag sizes are used in different contexts; there is rarely a need to include both at the same time. so optimising for load / build time by splitting flag sizes into separate files.
There are no changes to existing icon class definitions.
In this PR:
flag-icon-1x1andflag-icon-4x3to be included separately in depended projects.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.