mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[PR #265] [CLOSED] Allow to exclude squared flags from build #720
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#720
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/265
Author: @voda
Created: 7/20/2016
Status: ❌ Closed
Base:
master← Head:no-squared📝 Commits (1)
ef7cbddAllow to exclude squared flags from build📊 Changes
5 files changed (+15 additions, -6 deletions)
View changed files
📝
README.md(+3 -0)📝
less/flag-icon-base.less(+2 -2)📝
less/variables.less(+1 -0)📝
sass/_flag-icon-base.scss(+8 -4)📝
sass/_variables.scss(+1 -0)📄 Description
In our project we inline some small images using data uri but we dont use the squared variant of the flags and they only increase the resulting css file. This PR adds a variable called
flag-icon-include-square-flagsto exclude them from being generated to the target file.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.